Skip to content

Commit

Permalink
Meta: tidy up document
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent 8a6a92c commit 019c701
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -982,26 +982,26 @@ <h2>
};
</pre>
<p>
<a>PushMessageData</a> objects have an associated <dfn>bytes</dfn> (a
[=byte sequence=]), which is set on creation.
<a>PushMessageData</a> objects have an associated <dfn>bytes</dfn> (a [=byte sequence=]),
which is set on creation.
</p>
<p>
The <dfn>arrayBuffer()</dfn> 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.
</p>
<p>
The <dfn>blob()</dfn> method steps are to return a new {{Blob}} object whose contents are
[=this=]'s [=bytes=].
</p>
<p>
The <dfn>bytes()</dfn> 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.
</p>
<p data-cite="encoding">
The <dfn>json()</dfn> method steps are to return the result of
<a>parsing JSON bytes to a JavaScript value</a> given [=this=]'s [=bytes=].
The <dfn>json()</dfn> method steps are to return the result of <a>parsing JSON bytes to a
JavaScript value</a> given [=this=]'s [=bytes=].
</p>
<p data-cite="encoding">
The <dfn>text()</dfn> method steps are to return the result of running <a>UTF-8 decode</a>
Expand Down

0 comments on commit 019c701

Please sign in to comment.