PushMessageData: text() メソッド
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.
text()
は PushMessageData
インターフェイスのメソッドで、プッシュメッセージのデータをプレーンテキスト文字列として抽出します。
構文
js
text()
引数
なし。
返値
文字列です。
例
js
self.addEventListener("push", (event) => {
const textObj = event.data.text();
// テキストを使用して何かを実行する
});
仕様書
Specification |
---|
Push API # dom-pushmessagedata-text |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
text |
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.