Preview: node-polyfill.js
Size: 278 B
/home/byroehnu/.trash/node_modules11/cross-fetch/dist/node-polyfill.js
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
}
Directory Contents
Dirs: 0 × Files: 8