Init. Map does not function and only working on backend at the moment.
This commit is contained in:
2
node_modules/form-data/lib/browser.js
generated
vendored
Normal file
2
node_modules/form-data/lib/browser.js
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/* eslint-env browser */
|
||||
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
Reference in New Issue
Block a user