Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

pushsubscriptionchange

この記事は編集レビューを必要としています。ぜひご協力ください

pushsubscriptionchange イベントは、PushSubscription が期限切れになっていることを示すために発火されます。

全般的な情報

仕様
Push API
インターフェース
PushEvent
バブル
キャンセル可否
不可
ターゲット
Service worker
既定の動作
なし

プロパティ

なし。

self.addEventListener('pushsubscriptionchange', function() {
  // 何かを実行する。一般的には、XHR や Fetch を通して
  // サーバに新しいサブスクリプションの詳細を送ることで
  // 再サブスクライブする。
});

関連イベント

push

関連項目

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: YuichiNukiyama
 最終更新者: YuichiNukiyama,