この記事は編集レビューを必要としています。ぜひご協力ください。
Notification
インターフェースのtag
読み取り専用プロパティは、Notification()
コンストラクターのtagオプションで指定された通知のための識別子を表します。
通知タグのアイディアのポイントは、複数の通知が同じタグをシェアして、お互いにリンクできるところにあります。ユーザーのスクリーンが類似した大量の通知でいっぱいになることを避けるために、ある通知をプログラム的にほかの通知に置き換えることができます。
註: This feature is available in Web Workers.
構文
var tag = Notification.tag;
値
例
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) | ? | ? | ? | ? | ? |