Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 6, 2024
1 parent e2cc8b0 commit b34d77c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,8 @@ <h2>
<li>Set |b| to the result of <a data-lt="extract a byte sequence">extracting a byte
sequence</a> from the "`data`" member of |eventInitDict|.
</li>
<li>Set the `data` attribute of the event to a new <a>PushMessageData</a> instance with
`bytes` set to |b|.
<li>Set the `data` attribute of the event to a new {{PushMessageData}} instance whose
[=PushMessageData/bytes=] is |b|.
</li>
</ol>
<p>
Expand Down Expand Up @@ -1611,7 +1611,7 @@ <h2>
{{PushEvent//data}}
</dt>
<dd>
A new <a>PushMessageData</a> instance whose [=PushMessageData/bytes=] is |bytes|.
A new {{PushMessageData}} instance whose [=PushMessageData/bytes=] is |bytes|.
</dd>
<dt>
{{PushEvent/notification}}
Expand Down

0 comments on commit b34d77c

Please sign in to comment.