mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Test for presence of vAPI in deferred methods
This commit is contained in:
parent
198c20db76
commit
391b2a4e67
@ -257,6 +257,7 @@ vAPI.SafeAnimationFrame = class {
|
||||
let timer;
|
||||
|
||||
const send = function() {
|
||||
if ( self.vAPI instanceof Object === false ) { return; }
|
||||
vAPI.messaging.send('scriptlets', {
|
||||
what: 'securityPolicyViolation',
|
||||
type: 'net',
|
||||
@ -1066,6 +1067,7 @@ vAPI.DOMFilterer = class {
|
||||
};
|
||||
|
||||
const doSurvey = ( ) => {
|
||||
if ( self.vAPI instanceof Object === false ) { return; }
|
||||
const t0 = performance.now();
|
||||
const hashes = [];
|
||||
const nodes = pendingNodes;
|
||||
|
Loading…
Reference in New Issue
Block a user