Reference for stage-3 arraybuffer-base64
This adds documentation for a new API: https://github.com/tc39/proposal-arraybuffer-base64. Based on https://github.com/tc39/proposal-arraybuffer-base64/issues/51, it is in FF 133 and Safari TP 202.
cc @bakkot
Preview URLs (12 pages)
/en-US/docs/Glossary/Base64/en-US/docs/Web/API/Window/atob/en-US/docs/Web/API/Window/btoa/en-US/docs/Web/API/WorkerGlobalScope/atob/en-US/docs/Web/API/WorkerGlobalScope/btoa/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromHex/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromBase64/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromHex/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toHex/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
External URLs (9)
URL: /en-US/docs/Glossary/Base64
Title: Base64
- https://datatracker.ietf.org/doc/html/rfc4648 (3 times) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64
Title: Uint8Array.prototype.toBase64()
- https://github.com/tc39/proposal-arraybuffer-base64/blob/main/stream.mjs (1 time) (Note! This may be a new URL 👀)
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromBase64
Title: Uint8Array.prototype.setFromBase64()
- https://github.com/tc39/proposal-arraybuffer-base64/blob/main/stream.mjs (1 time) (Note! This may be a new URL 👀)
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromHex
Title: Uint8Array.setFromHex()
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toHex
Title: Uint8Array.prototype.toHex()
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromHex
Title: Uint8Array.fromHex()
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64
Title: Uint8Array.fromBase64()
- https://github.com/zloirock/core-js (1 time) (Note! This may be a new URL 👀)
(comment last updated: 2024-11-04 22:24:34)
LGTM