Update FileSaver.js
This commit is contained in:
+2
-2
@@ -174,8 +174,8 @@ var saveAs = saveAs || (function(view) {
|
|||||||
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.content
|
||||||
|| Function('return this')()
|
|| this
|
||||||
));
|
));
|
||||||
// `self` is undefined in Firefox for Android content script context
|
// `self` is undefined in Firefox for Android content script context
|
||||||
// while `this` is nsIContentFrameMessageManager
|
// while `this` is nsIContentFrameMessageManager
|
||||||
|
|||||||
Reference in New Issue
Block a user