Update Blob.js
This commit is contained in:
@@ -212,9 +212,5 @@
|
|||||||
typeof self !== "undefined" && self
|
typeof self !== "undefined" && self
|
||||||
|| typeof window !== "undefined" && window
|
|| typeof window !== "undefined" && window
|
||||||
|| typeof global !== "undefined" && global
|
|| typeof global !== "undefined" && global
|
||||||
|| Function('return this.content')()
|
|| this
|
||||||
|| Function('return this')()
|
|
||||||
));
|
));
|
||||||
// `self` is undefined in Firefox for Android content script context
|
|
||||||
// while `this` is nsIContentFrameMessageManager
|
|
||||||
// with an attribute `content` that corresponds to the window
|
|
||||||
|
|||||||
Reference in New Issue
Block a user