????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/isomorphic-fetch/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/isomorphic-fetch/fetch-npm-node.js |
"use strict"; var realFetch = require('node-fetch'); module.exports = function(url, options) { if (/^\/\//.test(url)) { url = 'https:' + url; } return realFetch.call(this, url, options); }; if (!global.fetch) { global.fetch = module.exports; global.Response = realFetch.Response; global.Headers = realFetch.Headers; global.Request = realFetch.Request; }