extensionTypes.RunAt
Der früheste Zeitpunkt, zu dem das JavaScript oder CSS in das Tab eingefügt wird.
Typ
Werte dieses Typs sind Zeichenfolgen. Mögliche Werte sind: "document_start"
, "document_end"
, "document_idle"
.
"document_start"
: entsprichtloading
. Das DOM wird noch geladen."document_end"
: entsprichtinteractive
. Das DOM ist fertig geladen, aber Ressourcen wie Skripte und Bilder werden möglicherweise noch geladen."document_idle"
: entsprichtcomplete
. Das Dokument und alle seine Ressourcen sind fertig geladen.
Der Standardwert ist "document_idle"
.
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
RunAt |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- Partial support
- Partial support
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.
Hinweis:
Diese API basiert auf der chrome.extensionTypes
API von Chromium. Diese Dokumentation ist abgeleitet von extension_types.json
im Chromium-Code.