BackgroundFetchRegistration: uploadTotal-Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimentell: Dies ist eine experimentelle Technologie
Überprüfen Sie die Browser-Kompatibilitätstabelle sorgfältig, bevor Sie diese produktiv verwenden.
Hinweis: Dieses Feature ist verfügbar in Web Workers.
Die schreibgeschützte Eigenschaft uploadTotal
des BackgroundFetchRegistration
-Interfaces gibt die Gesamtzahl der Bytes zurück, die an den Server gesendet werden sollen.
Wert
Eine number
.
Beispiele
Wenn Sie diese Eigenschaft in die Konsole protokollieren, wird die Gesamtanzahl dieses Uploads zurückgegeben.
js
console.log(bgFetch.uploadTotal);
Spezifikationen
Specification |
---|
Background Fetch # dom-backgroundfetchregistration-uploadtotal |
Browser-Kompatibilität
BCD tables only load in the browser