Update code
This commit is contained in:
10
dev-assistant-mcp/node_modules/formdata-node/lib/esm/browser.js
generated
vendored
Normal file
10
dev-assistant-mcp/node_modules/formdata-node/lib/esm/browser.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
const globalObject = (function () {
|
||||
if (typeof globalThis !== "undefined") {
|
||||
return globalThis;
|
||||
}
|
||||
if (typeof self !== "undefined") {
|
||||
return self;
|
||||
}
|
||||
return window;
|
||||
}());
|
||||
export const { FormData, Blob, File } = globalObject;
|
||||
Reference in New Issue
Block a user