From 2a3706e3c910b027ece2e7b4d9178d728c3f07d1 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 18 Aug 2026 13:47:43 +0200 Subject: [PATCH] `uint8array-base64-hex`: revise description This builds on 44488e4c970bf51cb6c93da4cdd4d2054406e21b to follow the guidelines. Issue: https://github.com/web-platform-dx/web-features/issues/3740 --- features/uint8array-base64-hex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/uint8array-base64-hex.yml b/features/uint8array-base64-hex.yml index a833d203552..b88a44dfe89 100644 --- a/features/uint8array-base64-hex.yml +++ b/features/uint8array-base64-hex.yml @@ -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