The soonest that the JavaScript or CSS will be injected into the tab.
Values of this type are strings. Possible values are:
"document_start"
,
"document_end"
,
"document_idle"
.
"document_start"
: corresponds to
loading
. The DOM is still loading.
"document_end"
: corresponds to
interactive
. The DOM has finished loading, but resources such as scripts and images may still be loading.
"document_idle"
: corresponds to
complete
. The document and all its resources have finished loading.
默认值为
"document_idle"
.
BCD tables only load in the browser
注意:
This API is based on Chromium's
chrome.extensionTypes
API. This documentation is derived from
extension_types.json
in the Chromium code.
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者