docs(service-worker): add missing comma in example JSON data (#42606)
PR Close #42606
This commit is contained in:
parent
30c82cd177
commit
a8698ce802
|
@ -45,7 +45,7 @@ import {ERR_SW_NOT_SUPPORTED, NgswCommChannel, PushEvent} from './low_level';
|
||||||
* {
|
* {
|
||||||
* "notification": {
|
* "notification": {
|
||||||
* "actions": NotificationAction[],
|
* "actions": NotificationAction[],
|
||||||
* "badge": USVString
|
* "badge": USVString,
|
||||||
* "body": DOMString,
|
* "body": DOMString,
|
||||||
* "data": any,
|
* "data": any,
|
||||||
* "dir": "auto"|"ltr"|"rtl",
|
* "dir": "auto"|"ltr"|"rtl",
|
||||||
|
|
Loading…
Reference in New Issue