芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/cross-fetch/dist/node-polyfill.js
const fetchNode = require('./node-ponyfill') const 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 }