Bug 274635
| Summary: | [JSC] add support for `Uint8Array.prototype.toBase64` and `Uint8Array.prototype.toHex` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | JavaScriptCore | Assignee: | Devin Rousso <hi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | chalkerx, hi, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=275593 https://bugs.webkit.org/show_bug.cgi?id=276215 |
||
| Bug Depends on: | 275141 | ||
| Bug Blocks: | |||
Devin Rousso
<https://github.com/tc39/proposal-arraybuffer-base64>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/29039
Radar WebKit Bug Importer
<rdar://problem/129045737>
EWS
Committed 280654@main (2596e190eeb8): <https://commits.webkit.org/280654@main>
Reviewed commits have been landed. Closing PR #29039 and removing active labels.
Devin Rousso
Re-opening for pull request https://github.com/WebKit/WebKit/pull/30481
Nikita Skovoroda
This fails to follow some parts of the spec, see https://bugs.webkit.org/show_bug.cgi?id=295578
test262 updated to cover that
Nikita Skovoroda
Ah, sorry, wrong thread, that is for fromBase64, not toBase64 !