-
The latest SDK is a bit long in the tooth - the node-fetch requirement is dated and in the dependency chain causes a deprecation warning from the yarn package manager.
While that node-fetch packa…
-
Trying to use nextjs with the npm sdk and getting self is not defined from node_modules\whatwg-fetch\dist\fetch.umd.js should I use the script sdk in head instead
-
The HTML spec is being updated to use the appropriate fetch destination for JSON modules: https://github.com/whatwg/html/pull/9486, https://github.com/whatwg/fetch/pull/1691
As far as I can tell, t…
-
### What problem are you trying to solve?
There are HTTP methods defined to be "safe" which nevertheless require CORS preflights.
### What solutions exist today?
Non (AFAIU) expect to do the prefli…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static
### What specific section or headline is this issue about?
Usage notes
### What information was incorrect, u…
-
Currently there are several issues raised for _[node-fetch](https://github.com/node-fetch/node-fetch) v2.x_ ([#1793](https://github.com/node-fetch/node-fetch/pull/1793), [#1794](https://github.com/nod…
-
On Node.JS v21.7.1:
```
node --trace-deprecation test.js
(node:43728) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
at node:…
-
I have noticed a deprecation warning for _punycode_ and searched for the problem.
The problem was with _whatwg-url_ **v5** and regarding issue #1794 this is already known. The pull request #1795 a…
-
## Error in UniceNotes
**TypeError** in **node_modules/whatwg-fetch/dist/fetch.umd.js:566**
Network request failed
[View on Bugsnag](https://app.bugsnag.com/metrixmedia/unicenotes/errors/64feed90367…
-
When reading the readable stream, we should validate that all chunks are of type `Uint8Array`. See https://fetch.spec.whatwg.org/#incrementally-read-loop and https://streams.spec.whatwg.org/#readables…