Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f69a02b

Browse files
committedNov 5, 2024
Update index.html
1 parent f89fa4f commit f69a02b

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed
 

‎index.html

+14-6
Original file line numberDiff line numberDiff line change
@@ -1482,15 +1482,16 @@ <h2>
14821482
<ol>
14831483
<li>
14841484
<p>
1485-
[=/Fire a functional event=] named "`push`" using
1486-
{{PushEvent}} on |registration| with the following
1487-
properties:
1485+
[=/Fire a functional event=] named "`push`" using {{PushEvent}} on
1486+
|registration| with the following properties:
14881487
</p>
14891488
<dl>
14901489
<dt>
14911490
{{PushEvent/data}}
1491+
</dt>
14921492
<dd>
14931493
null
1494+
</dd>
14941495
<dt>
14951496
{{PushEvent/notification}}
14961497
</dt>
@@ -1553,9 +1554,16 @@ <h2>
15531554
</dd>
15541555
<dt>
15551556
{{PushEvent/notification}}
1556-
<dd>null
1557-
<dt>{{PushEvent/appBadge}}
1558-
<dd>null
1557+
</dt>
1558+
<dd>
1559+
null
1560+
</dd>
1561+
<dt>
1562+
{{PushEvent/appBadge}}
1563+
</dt>
1564+
<dd>
1565+
null
1566+
</dd>
15591567
</dl>
15601568
<p>
15611569
Then run the following steps in parallel, with |dispatchedEvent|:

0 commit comments

Comments
 (0)