Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/uint8array-base64-hex.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Uint8Array base64 and hex conversion
description: The static `Uint8Array.fromBase64()` method and the `Uint8Array` instance methods `toBase64()` and `setFromBase64()` convert to and from base64 strings. Similarly, the static `Uint8Array.fromHex()` method and the instance methods `toHex()` and `setFromHex()` convert to and from hex strings.
description: The `Uint8Array.fromBase64()` static method and the `toBase64()` and `setFromBase64()` instance methods convert to and from base64 strings. Similarly, the `Uint8Array.fromHex()` static method and the `toHex()` and `setFromHex()` instance methods convert to and from hex strings.
spec:
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-additional-properties-of-the-uint8array-constructor
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-additional-properties-of-the-uint8array-prototype-object
Expand Down