-
Getting duplicate identifier errors.... uninstalled the fetch definitions via npm uninstall @types/whatwg-fetch as current webpack has them installed. Of course, then sp-pnp-js gets cranky...
`e…
-
This is not a bug, but rather a thing that I think should get attention. Apollo server uses an old version of node-fetch (2.7.0 or 2.6.7) which uses old version of whatwg-url (5.0.0), which uses puny…
-
### What problem are you trying to solve?
The FedCM spec (https://fedidcg.github.io/FedCM/) makes a number of fetch requests with a null client, such as https://fedidcg.github.io/FedCM/#fetch-config-…
-
### Package
@celo/celocli
### Have you ensured that all of these are up to date?
- [X] the package you are using
### What version of the package are you on?
latest
### What command or function …
-
The Fetch WG introduced a new `duplex` property to `RequestInit`[^1] back in July that [undici](https://npm.im/undici) is now abiding by when making payload requests with a `ReadableStream`[^2]. They …
-
### What is the issue with the HTML Standard?
Browsers' behavior differs for it. E.g. for https://jsfiddle.net/6bv9xogk/, Chrome and WebKit treat `javascript:` URLs as no-ops, Firefox executes the sc…
-
When running `npx lerna info` (and all other lerna cli commands), node prints a deprecation warning.
(node:29446) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a u…
-
Unable to run with the latest version of Node and typings etc. I would be submitting a PR if I had been able to resolve it but I did not. Below is a summary of the changes:
```
diff --git a/packag…
-
OS (where OpenCTI server runs): Debian11
OpenCTI version: 5.5.4 release
using https://filigran.notion.site/Manual-deployment-b911beba44234f179841582ab3894bb1, after yarn build i've got an error
…
-
https://fetch.spec.whatwg.org/#concept-fetch starts with:
2. Let taskDestination be null.
1. ...
1. If request’s [client](https://fetch.spec.whatwg.org/#concept-request-client) is non-null, then:…