-
Isomorphic-fetch is no longer being maintained and is causing a deprecation warning on node v22.11.0 by pulling in punycode.
From the zkapp-cli:
```
> node --trace-deprecation src/bin/index.js pr…
-
**Describe the bug**
In GraphQL Mesh, faced internal crashes where API responses were crashing due `Access-Control-Allow-Origin` header being set with nil value by response server:
```
"messag…
-
### What is the issue with the Fetch Standard?
As per the standard, `Response.body` returns null if the body is null, https://fetch.spec.whatwg.org/#dom-body-body and https://fetch.spec.whatwg.org/#r…
noamr updated
4 weeks ago
-
### Problem Description:
graphqurl 1.0.3 and reports that punycode library used here is outdated and it forces them to use Node 19 (older version) where someone is using later versions of NodeJs
#…
-
Follow-up on https://github.com/servo/servo/issues/32898 and https://github.com/servo/servo/issues/29088
After we have re-written our implementation so as not to rely on the deprecated one from Spi…
-
I work for a project that validates its links using this library. One link that is frequently validated is the HTML spec at [https://html.spec.whatwg.org/](https://html.spec.whatwg.org/). This page ha…
-
Hi!
On Nextjs, SSR only allows fetch API and doesn't allow window.
The generated file runtime.ts contains:
```
import "whatwg-fetch";
export const defaultFetch = window.fetch;
```
but I con…
-
HTTP/1 was poorly tested for error handling and as a result implementations are not interoperable. This lack of interoperability reaches Fetch at times. Where HTTP/1 itself takes no stance or implemen…
-
I was trying to follow two parts of a tutorial for GraphQL Mesh:
1. [OpenAPI / Swagger Source Handlers](https://the-guild.dev/graphql/mesh/v1/source-handlers/openapi)
2. [Local Execution](https://…
-
This one is going to be a doozy since it implies network access, streams, event pointers, promise cancellation.
It is a lot of work, but let's make fetch happen!