Bug 274119
| Summary: | Add bytes() to Blob and PushMessageData | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kevin Gibbons <bakkot> |
| Component: | WebKit Misc. | Assignee: | Anne van Kesteren <annevk> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | achristensen, annevk, cdumez, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kevin Gibbons
See https://github.com/w3c/FileAPI/pull/197. This is like the existing `arrayBuffer()` method, but gives you a Uint8Array instead.
Tests at https://github.com/web-platform-tests/wpt/pull/46232
See also https://bugs.webkit.org/show_bug.cgi?id=274102.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/28657
Anne van Kesteren
This bug also covers https://github.com/w3c/push-api/pull/369 now.
Radar WebKit Bug Importer
<rdar://problem/128418858>
Anne van Kesteren
Specification PRs are now:
- https://github.com/w3c/FileAPI/pull/198
- https://github.com/w3c/push-api/pull/370
EWS
Committed 279263@main (d35627646eb3): <https://commits.webkit.org/279263@main>
Reviewed commits have been landed. Closing PR #28657 and removing active labels.