Skip to content

Commit 019c701

Browse files
Meta: tidy up document
1 parent 8a6a92c commit 019c701

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -982,26 +982,26 @@ <h2>
982982
};
983983
</pre>
984984
<p>
985-
<a>PushMessageData</a> objects have an associated <dfn>bytes</dfn> (a
986-
[=byte sequence=]), which is set on creation.
985+
<a>PushMessageData</a> objects have an associated <dfn>bytes</dfn> (a [=byte sequence=]),
986+
which is set on creation.
987987
</p>
988988
<p>
989989
The <dfn>arrayBuffer()</dfn> method steps are to return an {{ArrayBuffer}} whose contents
990-
are [=this=]'s [=bytes=]. Exceptions thrown during the creation of
991-
the {{ArrayBuffer}} object are re-thrown.
990+
are [=this=]'s [=bytes=]. Exceptions thrown during the creation of the {{ArrayBuffer}}
991+
object are re-thrown.
992992
</p>
993993
<p>
994994
The <dfn>blob()</dfn> method steps are to return a new {{Blob}} object whose contents are
995995
[=this=]'s [=bytes=].
996996
</p>
997997
<p>
998998
The <dfn>bytes()</dfn> method steps are to return a new {{Uint8Array}} backed by a
999-
{{ArrayBuffer}} whose contents are [=this=]'s [=bytes=]. Exceptions thrown during the creation of the
1000-
{{ArrayBuffer}} object are re-thrown.
999+
{{ArrayBuffer}} whose contents are [=this=]'s [=bytes=]. Exceptions thrown during the
1000+
creation of the {{ArrayBuffer}} object are re-thrown.
10011001
</p>
10021002
<p data-cite="encoding">
1003-
The <dfn>json()</dfn> method steps are to return the result of
1004-
<a>parsing JSON bytes to a JavaScript value</a> given [=this=]'s [=bytes=].
1003+
The <dfn>json()</dfn> method steps are to return the result of <a>parsing JSON bytes to a
1004+
JavaScript value</a> given [=this=]'s [=bytes=].
10051005
</p>
10061006
<p data-cite="encoding">
10071007
The <dfn>text()</dfn> method steps are to return the result of running <a>UTF-8 decode</a>

0 commit comments

Comments
 (0)