All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.cross-fetch.dist.node-polyfill.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
var fetchNode = require('./node-ponyfill');
var fetch = fetchNode.fetch.bind({});

fetch.polyfill = true;

if (!global.fetch) {
  global.fetch = fetch;
  global.Response = fetchNode.Response;
  global.Headers = fetchNode.Headers;
  global.Request = fetchNode.Request;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy