hjkl451203
Results
1
comments of
hjkl451203
`npm install --save abortcontroller-polyfill` `const { AbortController } = globalThis` 換成 ``` const { AbortController, abortableFetch } = require('abortcontroller-polyfill/dist/cjs-ponyfill'); const { fetch } = abortableFetch(require('node-fetch')); ``` 可正常運作