mirror of https://github.com/gorhill/uBlock.git
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 ( typeof vAPI !== 'object' || vAPI === null ) { return; }
|
||||||
if ( vAPI.bcSecret instanceof self.BroadcastChannel === false ) { return; }
|
if ( vAPI.bcSecret instanceof self.BroadcastChannel === false ) { return; }
|
||||||
vAPI.bcSecret.postMessage('setScriptletLogLevelOne');
|
vAPI.bcSecret.postMessage('setScriptletLogLevelToOne');
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue