File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -1763,8 +1763,8 @@ <h2>
1763
1763
< li >
1764
1764
< p >
1765
1765
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=].
1768
1768
</ p >
1769
1769
</ li >
1770
1770
</ ol >
@@ -1791,11 +1791,16 @@ <h2>
1791
1791
</ li >
1792
1792
</ ol >
1793
1793
</ 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 >
1794
1800
< li >
1795
1801
< p >
1796
1802
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.
1799
1804
</ p >
1800
1805
</ li >
1801
1806
< li >
You can’t perform that action at this time.
0 commit comments