回答編集履歴

1

いらない情報の削除

2022/07/08 05:58

投稿

yosshipaopao
yosshipaopao

スコア12

test CHANGED
@@ -26,7 +26,6 @@
26
26
  const url = data.data.url;
27
27
 
28
28
  self.registration.showNotification(title, {
29
- icon : '/img/web_push_icon.png',
30
29
  body,
31
30
  data : { url }
32
31
  });