HTML DOM Document readyState property
- 上一页 querySelectorAll()
- 下一页 referrer
- 返回上一层 HTML DOM Documents
Definition and usage
readyState
The property returns the current (loading) status of the document.
readyState
The property is read-only.
Syntax
document.readyState
Return value
Type | Description |
---|---|
String |
Current document status:
|
Browser support
document.readyState
A yau DOM Level 3 (2004) girmi.
所有浏览器都支持它:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
支持 | 9-11 | 支持 | 支持 | 支持 | 支持 |
- 上一页 querySelectorAll()
- 下一页 referrer
- 返回上一层 HTML DOM Documents