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.

タグ「Notifications」の付いた記事

14 件のドキュメントが見つかりました

  • Mozilla/JavaScript_code_modules/PopupNotifications.jsm PopupNotifications.jsm JavaScript ...
  • Web/API/notification Notifications API のNotificationインターフェイスは、ユーザーへのデスクトップ通知の設定や表示のために使われます。
  • Web/API/notification/close Notification インターフェースの close()メソッドは、表示された通知を明示的に閉じるために使われます。
  • Web/API/notification/data Notification インターフェースのdata読み取り専用プロパティは、 Notification() ...
  • Web/API/notification/dir Notification インターフェースのdir読み取り専用プロパティは、 Notification() コンストラクターのdirオプションで指定した、通知テキストの方向を表します。
  • Web/API/notification/Notification Notification() コンストラクターは新らしい Notification オブジェクトインスタンスを生成します。
  • Web/API/notification/onclick Notification インターフェースの onclickプロパティは、 click イベントを受け取るイベントリスナーを指定します。これらのイベントは、ユーザーが表示されている ...
  • Web/API/notification/onerror Notification インターフェースのonerrorプロパティは、 error イベントを受け取るエラーイベントリスナを指定します。これらのイベントは、 Notification ...
  • Web/API/notification/permission Notification インターフェースのpermission読み取り専用プロパティは、現在のオリジンに対してWeb通知を表示してよいか、ユーザーによって与えれた許可を表します。
  • Web/API/notification/requestPermission Notification インターフェースの requestPermission() メソッドは、現在のオリジンが通知を表示できるように、ユーザーに許可を要求します。
  • Web/API/notification/tag Notification インターフェースの tag 読み取り専用プロパティは、 Notification() コンストラクターのtagオプションで指定された通知のための識別子を表します。
  • Web/API/notification/title Notification インターフェースの title 読み取り専用プロパティは、 Notification() コンストラクターのtitleパラメーターで指定される通知のタイトルを表します。
  • Web/API/Push_API Push API は、Web アプリケーションがサーバからメッセージ (プッシュ通知) を受信できるようにします。Web ...
  • WebAPI/Using_Web_Notifications Notifications API は、システムレベルでページ外部に表示される通知を Web ...