File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 56
56
} ;
57
57
</ script >
58
58
</ head >
59
- < body data-cite ="service-workers FILEAPI ">
59
+ < body data-cite ="service-workers FILEAPI promises-guide ">
60
60
< section id ="abstract ">
61
61
< p >
62
62
The < cite > Push API</ cite > enables sending of a < a > push message</ a > to a < a > webapp</ a > via a
127
127
Dependencies
128
128
</ h2 >
129
129
< p >
130
- < code > < dfn data-cite ="ECMASCRIPT#sec-promise-objects "> Promise</ dfn > </ code > ,
131
130
< code > < dfn data-cite ="ECMASCRIPT#sec-json.parse "> JSON.parse</ dfn > </ code > and
132
131
< code > < dfn data-cite ="ECMASCRIPT#sec-json.stringify "> JSON.stringify</ dfn > </ code > are
133
132
defined in [[ECMASCRIPT]].
555
554
following steps:
556
555
</ p >
557
556
< ol >
558
- < li > Let < var > promise</ var > be a new < a > Promise </ a > .
557
+ < li > Let < var > promise</ var > be < a > a new promise </ a > .
559
558
</ li >
560
559
< li > Return < var > promise</ var > and continue the following steps asynchronously.
561
560
</ li >
636
635
following steps:
637
636
</ p >
638
637
< ol >
639
- < li > Let < var > promise</ var > be a new < a > Promise </ a > .
638
+ < li > Let < var > promise</ var > be < a > a new promise </ a > .
640
639
</ li >
641
640
< li > Return < var > promise</ var > and continue the following steps asynchronously.
642
641
</ li >
656
655
following steps:
657
656
</ p >
658
657
< ol >
659
- < li > Let < var > promise</ var > be a new < a > Promise </ a > .
658
+ < li > Let < var > promise</ var > be < a > a new promise </ a > .
660
659
</ li >
661
660
< li > Return < var > promise</ var > and continue the following steps asynchronously.
662
661
</ li >
835
834
following steps:
836
835
</ p >
837
836
< ol >
838
- < li > Let < var > promise</ var > be a new < a > Promise </ a > .
837
+ < li > Let < var > promise</ var > be < a > a new promise </ a > .
839
838
</ li >
840
839
< li > Return < var > promise</ var > and continue the following steps asynchronously.
841
840
</ li >
You can’t perform that action at this time.
0 commit comments