worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
11
node_modules/cross-fetch/dist/node-polyfill.js
generated
vendored
Normal file
11
node_modules/cross-fetch/dist/node-polyfill.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
const fetchNode = require('./node-ponyfill')
|
||||
|
||||
if (!global.fetch) {
|
||||
const fetch = fetchNode.fetch.bind({})
|
||||
|
||||
global.fetch = fetch
|
||||
global.fetch.polyfill = true
|
||||
global.Response = fetchNode.Response
|
||||
global.Headers = fetchNode.Headers
|
||||
global.Request = fetchNode.Request
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue