-
-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(worker): read request/response body from as ArrayBuffer #1332
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 useIsomorphicRequest
andMockedRequest
that extends it, and they operate with bodies asArrayBuffer
.