Skip to content

test(fetch): add "bodyUsed" compliance#403

Merged
kettanaito merged 3 commits intomainfrom
fix/fetch-request-body-used
Aug 30, 2023
Merged

test(fetch): add "bodyUsed" compliance#403
kettanaito merged 3 commits intomainfrom
fix/fetch-request-body-used

Conversation

@kettanaito
Copy link
Copy Markdown
Member

@kettanaito kettanaito commented Aug 24, 2023

The issue was with MSW reading request body without cloning it during the GraphQL parsing process. That was fixed on the MSW's side. These tests are still relevant in the context of this library.

@kettanaito kettanaito force-pushed the fix/fetch-request-body-used branch from e6d1a46 to 46ea7f1 Compare August 24, 2023 17:21
@kettanaito kettanaito marked this pull request as ready for review August 30, 2023 14:16
@kettanaito kettanaito merged commit d5f1d0d into main Aug 30, 2023
@kettanaito kettanaito deleted the fix/fetch-request-body-used branch August 30, 2023 14:16
@kettanaito
Copy link
Copy Markdown
Member Author

Released: v0.24.0 🎉

This has been released in v0.24.0!

Make sure to always update to the latest version (npm i @mswjs/interceptors@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: cannot clone body after it is used with Remix V2 (heartbeat)

1 participant