diff --git a/index.html b/index.html index 74219ce..217e562 100644 --- a/index.html +++ b/index.html @@ -176,7 +176,8 @@ "html", "dom", "webidl", - "infra" + "infra", + "encoding" ], "localBiblio": { "JWA": { @@ -223,16 +224,16 @@ "id": "x690" } }, - "publishISODate": "2023-08-18T00:00:00.000Z", - "generatedSubtitle": "W3C Editor's Draft 18 August 2023" + "publishISODate": "2023-08-22T00:00:00.000Z", + "generatedSubtitle": "W3C Editor's Draft 22 August 2023" } -
+

Web Cryptography API

-

W3C Editor's Draft

+

W3C Editor's Draft

More details about this document
@@ -2649,9 +2650,7 @@

Web Cryptography API

  • - Let bytes be the byte sequence containing the result of converting - json, a JavaScript String comprised of UTF-16 code points, to - UTF-8 code points. + Let bytes be the result of UTF-8 encoding json.

  • @@ -14231,6 +14230,8 @@

    Web Cryptography API

    DOM Standard. Anne van Kesteren. WHATWG. Living Standard. URL: https://dom.spec.whatwg.org/
    [ECMA-262]
    ECMAScript Language Specification. Ecma International. URL: https://tc39.es/ecma262/multipage/ +
    [encoding]
    + Encoding Standard. Anne van Kesteren. WHATWG. Living Standard. URL: https://encoding.spec.whatwg.org/
    [FIPS-180-4]
    FIPS PUB 180-4: Secure Hash Standard (SHS). U.S. Department of Commerce/National Institute of Standards and Technology. August 2015. National Standard. URL: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf
    [FIPS-198-1]