WorkerNavigator: clearAppBadge() メソッド
安全なコンテキスト用: この機能は一部またはすべての対応しているブラウザーにおいて、安全なコンテキスト (HTTPS) でのみ利用できます。
WorkerNavigator
インターフェイスの clearAppBadge()
メソッドは、現在のアプリケーションのアイコン上のバッジを nothing
に設定し、クリアします。値 nothing
は現在バッジが何も設定されておらず、バッジの状態が cleared であることを示します。
構文
js
clearAppBadge()
引数
なし
返値
例外
InvalidStateError
DOMException
-
文書が完全にアクティブでないとき投げられます。
SecurityError
DOMException
-
呼び出しが同一オリジンポリシーによりブロックされたとき投げられます。
NotAllowedError
DOMException
-
PermissionStatus.state
がgranted
でないとき投げられます。
例
アプリケーションにあるすべてのメッセージが読まれたら、clearAppBadge()
を呼び出してバッジをクリアし、通知を除去します。
js
navigator.clearAppBadge();
仕様書
No specification found
No specification data found for api.WorkerNavigator.clearAppBadge
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
ブラウザーの互換性
BCD tables only load in the browser