回答編集履歴
1
誤字修正
answer
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
let body = 'body';
|
17
17
|
let icon = '//image.excite.co.jp/jp/woman/sp/common/apple-touch-icon.png';
|
18
18
|
|
19
|
-
event.
|
19
|
+
event.waitUntil(self.registration.showNotification(title, {
|
20
20
|
body: body,
|
21
21
|
icon: icon
|
22
22
|
}));
|