Skip to content

Commit 2a8cbab

Browse files
committed
Update index.html
1 parent d6a947e commit 2a8cbab

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -1763,8 +1763,8 @@ <h2>
17631763
<li>
17641764
<p>
17651765
If |result| is not failure, then set |notificationShown| to |result|'s
1766-
[=push event result/notification shown=] and |appBadgeSet| to [=push
1767-
event result/app badge set=].
1766+
[=push event result/notification shown=] and |appBadgeSet| to |result|'s
1767+
[=push event result/app badge set=].
17681768
</p>
17691769
</li>
17701770
</ol>
@@ -1791,11 +1791,16 @@ <h2>
17911791
</li>
17921792
</ol>
17931793
</li>
1794+
<li>
1795+
<p>
1796+
Let |data| be a new {{PushMessageData}} object whose [=PushMessageData/bytes=] is
1797+
|bytes| if |bytes| is non-null; otherwise null.
1798+
</p>
1799+
</li>
17941800
<li>
17951801
<p>
17961802
Let |result| be the result of [=fire a push event|firing a push event=] given
1797-
|registration|, a new {{PushMessageData}} instance whose [=PushMessageData/bytes=] is
1798-
|bytes|, null, and null.
1803+
|registration|, |data|, null, and null.
17991804
</p>
18001805
</li>
18011806
<li>

0 commit comments

Comments
 (0)