PushMessageData: blob() メソッド
Baseline 2023Newly available
Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
blob()
は PushMessageData
インターフェイスのメソッドで、プッシュメッセージデータを Blob
オブジェクトとして抽出します。
構文
js
blob()
引数
なし。
返値
Blob
です。
例
js
self.addEventListener("push", (event) => {
const blob = event.data.blob();
// Blob を使用して何かを実行する。
});
仕様書
Specification |
---|
Push API # dom-pushmessagedata-blob |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
blob |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.