node_modules.cross-fetch.dist.node-polyfill.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
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