File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -982,26 +982,26 @@ <h2>
982
982
};
983
983
</ pre >
984
984
< 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.
987
987
</ p >
988
988
< p >
989
989
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.
992
992
</ p >
993
993
< p >
994
994
The < dfn > blob()</ dfn > method steps are to return a new {{Blob}} object whose contents are
995
995
[=this=]'s [=bytes=].
996
996
</ p >
997
997
< p >
998
998
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.
1001
1001
</ p >
1002
1002
< 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=].
1005
1005
</ p >
1006
1006
< p data-cite ="encoding ">
1007
1007
The < dfn > text()</ dfn > method steps are to return the result of running < a > UTF-8 decode</ a >
You can’t perform that action at this time.
0 commit comments