mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Fix type
Related feedback: https://github.com/uBlockOrigin/uBlock-issues/discussions/3096#discussioncomment-8265304
This commit is contained in:
parent
cd736b515c
commit
fa162e2a31
@ -26,7 +26,7 @@
|
||||
(( ) => {
|
||||
if ( typeof vAPI !== 'object' || vAPI === null ) { return; }
|
||||
if ( vAPI.bcSecret instanceof self.BroadcastChannel === false ) { return; }
|
||||
vAPI.bcSecret.postMessage('setScriptletLogLevelOne');
|
||||
vAPI.bcSecret.postMessage('setScriptletLogLevelToOne');
|
||||
})();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user