We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f64a4c3 + 2c0a545 commit 5d535a5Copy full SHA for 5d535a5
1 file changed
lib/browser.js
@@ -1,2 +1,2 @@
1
/* eslint-env browser */
2
-module.exports = window.FormData;
+module.exports = self.FormData;
0 commit comments