Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adopt Fetch API Request and Response #292

Merged
merged 27 commits into from
Nov 7, 2022
Merged

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Oct 12, 2022

This change is a pre-requisite for mswjs/msw#1404.

Changes

Dependencies

@kettanaito
Copy link
Member Author

The CI is failing due to the credentials bug in @remix-run/web-fetch. The fix opened in remix-run/web-std-io#21.

@kettanaito kettanaito marked this pull request as ready for review November 7, 2022 18:21
@kettanaito
Copy link
Member Author

Fetch API support is done here. I'm adding a custom createRequestWithCredentials abstraction until Remix respects the credentials property in the Request class.

@kettanaito kettanaito changed the title feat: adopt fetch api Request and Response feat: adopt Fetch API Request and Response Nov 7, 2022
@kettanaito kettanaito merged commit cc888f1 into main Nov 7, 2022
@kettanaito kettanaito deleted the feat/standard-api branch November 7, 2022 18:23
@kettanaito
Copy link
Member Author

Released: v0.18.0 🎉

This has been released in v0.18.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.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant