Closed Matir closed 3 years ago
If the extension code is injected into another extension running in strict mode ("use strict"), it currently throws an exception on undeclared variable cookies.
"use strict"
cookies
I'll send a PR.
If the extension code is injected into another extension running in strict mode (
"use strict"
), it currently throws an exception on undeclared variablecookies
.I'll send a PR.