File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 346
346
< a > application server</ a > 's communication with the user.
347
347
</ p >
348
348
< p >
349
- < a > User agents</ a > MUST NOT provide Push API access to < a > webapps </ a > without the
349
+ < a > User agents</ a > MUST NOT provide Push API access to web applications without the
350
350
< a > express permission</ a > of the user. < a > User agents</ a > MUST acquire consent for
351
351
permission through a user interface for each call to the `subscribe()` method, unless a
352
352
previous permission grant has been persisted, or a prearranged trust relationship applies.
656
656
</ li >
657
657
< li > Return < var > promise</ var > and continue the following steps asynchronously.
658
658
</ li >
659
- < li > Retrieve the push permission status (< a > PushPermissionState</ a > ) of the requesting < a >
660
- webapp </ a > .
659
+ < li > Retrieve the push permission status (< a > PushPermissionState</ a > ) of the requesting web
660
+ application .
661
661
</ li >
662
662
< li > If there is an error, reject < var > promise</ var > with no arguments and terminate these
663
663
steps.
You can’t perform that action at this time.
0 commit comments