From 019c70127b6432b5c1ae5883dde5f58857f8ec1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:03:56 +0200 Subject: [PATCH] Meta: tidy up document --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index a10a164..7016956 100644 --- a/index.html +++ b/index.html @@ -982,13 +982,13 @@
- PushMessageData objects have an associated bytes (a - [=byte sequence=]), which is set on creation. + PushMessageData objects have an associated bytes (a [=byte sequence=]), + which is set on creation.
The arrayBuffer() method steps are to return an {{ArrayBuffer}} whose contents - are [=this=]'s [=bytes=]. Exceptions thrown during the creation of - the {{ArrayBuffer}} object are re-thrown. + are [=this=]'s [=bytes=]. Exceptions thrown during the creation of the {{ArrayBuffer}} + object are re-thrown.
The blob() method steps are to return a new {{Blob}} object whose contents are @@ -996,12 +996,12 @@
The bytes() method steps are to return a new {{Uint8Array}} backed by a - {{ArrayBuffer}} whose contents are [=this=]'s [=bytes=]. Exceptions thrown during the creation of the - {{ArrayBuffer}} object are re-thrown. + {{ArrayBuffer}} whose contents are [=this=]'s [=bytes=]. Exceptions thrown during the + creation of the {{ArrayBuffer}} object are re-thrown.
- The json() method steps are to return the result of - parsing JSON bytes to a JavaScript value given [=this=]'s [=bytes=]. + The json() method steps are to return the result of parsing JSON bytes to a + JavaScript value given [=this=]'s [=bytes=].
The text() method steps are to return the result of running UTF-8 decode