1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Add missing getResponseInformation() method to neutered JS API

Related issue:
- https://github.com/uBlockOrigin/uAssets/issues/8970

Adding the missing method does not solve the janky
scrolling, but does solve the spurious error messages
in the page's dev console.
This commit is contained in:
Raymond Hill 2021-04-27 10:07:37 -04:00
parent a9f22b0ae0
commit d307bbd134
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -108,6 +108,7 @@
p.getAttributeKeys = nooparrayfn;
p.getCategoryExclusions = nooparrayfn;
p.getDomId = noopstrfn;
p.getResponseInformation = noopnullfn;
p.getSlotElementId = noopstrfn;
p.getSlotId = noopthisfn;
p.getTargeting = nooparrayfn;