-
-
Notifications
You must be signed in to change notification settings - Fork 568
feat(worker): read request/response body from as ArrayBuffer #1332
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
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 28c2f36:
|
e9c9897 to
473b740
Compare
|
This may be partially/fully obsolete with #1404. |
|
Closing in favor of #1436 |
Released: v2.0.0 🎉This has been released in v2.0.0! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
Changes
ArrayBuffer. This unifies the body handling as we useIsomorphicRequestandMockedRequestthat extends it, and they operate with bodies asArrayBuffer.