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": {
|
||||
* "actions": NotificationAction[],
|
||||
* "badge": USVString
|
||||
* "badge": USVString,
|
||||
* "body": DOMString,
|
||||
* "data": any,
|
||||
* "dir": "auto"|"ltr"|"rtl",
|
||||
|
|
Loading…
Reference in New Issue