質問するログイン新規登録

回答編集履歴

1

誤字修正

2017/08/08 02:47

投稿

othersight
othersight

スコア356

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.wailtUntil(self.registration.showNotification(title, {
19
+ event.waitUntil(self.registration.showNotification(title, {
20
20
  body: body,
21
21
  icon: icon
22
22
  }));