-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
proposalAuto label for new proposals added via the suggestion formAuto label for new proposals added via the suggestion form
Description
Proposal
See
- Add bytes() method to Body mixin whatwg/fetch#1753
- Add bytes() method to Blob for reading bytes into a Uint8Array w3c/FileAPI#198
- Add bytes() method for reading bytes into a Uint8Array w3c/push-api#370
Browser support
This is a new proposed feature, not yet implemented anywhere.
Tasks
- [ ]
Dependencies
- [ ]
Additional information
This method will be basically the same as the existing arrayBuffer()
methods, just giving a Uint8Array instead:
- https://developer.mozilla.org/en-US/docs/Web/API/Request/arrayBuffer
- https://developer.mozilla.org/en-US/docs/Web/API/Response/arrayBuffer
- https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer
- https://developer.mozilla.org/en-US/docs/Web/API/PushMessageData/arrayBuffer
Are you willing to support this work?
I can get to this eventually if no one else does it first.
Metadata
Metadata
Assignees
Labels
proposalAuto label for new proposals added via the suggestion formAuto label for new proposals added via the suggestion form