mirror of https://github.com/gorhill/uBlock.git
comment
This commit is contained in:
parent
13277c8ef6
commit
f12bbd4703
|
@ -141,7 +141,7 @@ var onMessage = function(request, sender, callback) {
|
|||
vAPI.tabs.open(request.details);
|
||||
break;
|
||||
|
||||
// Passthrough for auxiliary script to auxiliary script messaging
|
||||
// Passthrough for auxiliary process to auxiliary process messaging.
|
||||
case 'postMessageTo':
|
||||
request.senderTabId = tabId;
|
||||
vAPI.messaging.post(request);
|
||||
|
|
Loading…
Reference in New Issue