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.

Notification.tag

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

Notificationインターフェースのtag読み取り専用プロパティは、Notification()コンストラクターのtagオプションで指定された通知のための識別子を表します。

通知タグのアイディアのポイントは、複数の通知が同じタグをシェアして、お互いにリンクできるところにあります。ユーザーのスクリーンが類似した大量の通知でいっぱいになることを避けるために、ある通知をプログラム的にほかの通知に置き換えることができます。

註: This feature is available in Web Workers.

構文

var tag = Notification.tag;

DOMString

Using the Notifications API の記事にtagの使い方の良い例が載っています。

 

仕様

 

Specification Status Comment
Notifications API
The definition of 'tag' in that specification.
Living Standard Living standard

ブラウザ実装状況

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 5 webkit (see notes)
22
4.0 moz (see notes)
22
未サポート 25 6 (see notes)
Available in workers ? 41.0 (41.0) ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support ?

(有)

4.0 moz (see notes)
22
1.0.1 moz (see notes)
1.2
未サポート ? 未サポート

(有)

Available in workers ? ? 41.0 (41.0) ? ? ? ? ?

Firefox OS notes

Chrome notes

Safari notes

関連項目

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

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