PushMessageData: arrayBuffer()-Methode
Baseline 2023
Newly available
Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Sicherer Kontext: Diese Funktion ist nur in sicheren Kontexten (HTTPS) in einigen oder allen unterstützenden Browsern verfügbar.
Hinweis: Diese Funktion ist nur in Service Workers verfügbar.
Die arrayBuffer()
-Methode der PushMessageData
Schnittstelle extrahiert Push-Nachrichtendaten als ein ArrayBuffer
-Objekt.
Syntax
js
arrayBuffer()
Parameter
Keine.
Rückgabewert
Ein ArrayBuffer
.
Beispiele
js
self.addEventListener("push", (event) => {
const buffer = event.data.arrayBuffer();
// do something with your array buffer
});
Spezifikationen
Specification |
---|
Push API # dom-pushmessagedata-arraybuffer |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
arrayBuffer |
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.