Igor Šćekić

Results 19 comments of Igor Šćekić

I managed to work around the issue: ```tsx import { RequestInit } from "graphql-request/dist/types.dom"; client.request({ // ... signal: abortController.signal as NonNullable, }); ```

Any update on this issue?

Is there any downside to that, other than large major version numbers? Love what you've made btw. :+1:

+1 this would be very nice to have, especially for large sdks shared between client and server. I'm guessing the api would need to look something like this from a...

@ijjk The issue is present in the latest version, please reopen it. My use-case specifically is `getStaticProps` which returns `{ notFound: true, revalidate: 1 }`, with `middleware.ts` returning `NextResponse.next()` -...

@ijjk Any update here? It still appears to be broken.

Issue seems to affect `hls.js` https://github.com/video-dev/hls.js/issues/5015 and other libraries - `swcMinify: false` confirmed as workaround.

Same issue when trying to access via git ``` Initializing Keybase... done. Syncing with Keybase... x509: certificate signed by unknown authority git-remote-keybase error: (1) x509: certificate signed by unknown authority...

Running into a similar-sounding issue using `ky-universal`: https://github.com/sindresorhus/ky-universal/issues/46 After `response.clone()`, `.json()` and others never resolve.

The `afterResponse` hook does fire correctly - here's the logged `Response` object: ``` [1] Response { [1] size: 0, [1] timeout: 0, [1] [Symbol(Body internals)]: { [1] body: PassThrough {...