当前位置:网站首页>Document. How to use and listen for readyState
Document. How to use and listen for readyState
2022-06-22 00:34:00 【October oooo】
Document.readyState How to use and listen
Document. readyState There are three states
loading: The document is still loadinginteractive: The body of the document has been loaded , But attached pictures 、js、css What's still loadingcomplete: Loading complete
Listening usage
document.onreadystatechange = event => {
console.log(event)
console.log(document.readyState)
}
When document When the state changes , Will trigger docuemnt.onreadstatechange event , The contents of this event are as follows :

document.onreadystatechange = event => {
console.log(event.timeStamp, document.readyState)
}
You can see the event changes corresponding to the time :

边栏推荐
- Infant name [adjacency matrix and DFS of connected components]
- 【next】nextjs打包后出现passHref is missing
- The data magician tells you how far is the integer programming copt5.0 from CPLEX?
- [wechat applet] some pitfalls and precautions of wechat applet using the form
- ARM32指令解析通用寄存器
- Katalon framework testing web (XVIII) framework operation
- 以父之名活动攻略(可以薅羊毛啦)
- Xshell连接虚拟机只能输入public key解决方案【亲测】
- Npdp| how to do well in product life cycle management?
- [安洵杯 2019]吹着贝斯扫二维码
猜你喜欢

美国旅游签证面试须知,我来敲重点啦!
![[GXYCTF2019]SXMgdGhpcyBiYXNlPw==](/img/4d/f37968ce8ad1cd8112651e4215f464.png)
[GXYCTF2019]SXMgdGhpcyBiYXNlPw==

Buuctf misc Xiaoyi USB flash disk

【yarn】Name contains illegal characters

Getting started with go web programming: validators

buuctf misc 间谍启示录

汇编语言范例
![[next] the component definition is missing display name in the next JS package](/img/19/2da1ea19987959f8636aa1dbbaae26.png)
[next] the component definition is missing display name in the next JS package

American tourist visa interview instructions, let me focus!

【设置静态路由】“内网专用外网用WIFi“
随机推荐
重载和重写的区别
Introduction to some code static checking tools
[golang] cannot convert expression of type 'interface{}' to type 'string' (solution)
从云鲸率先布局上门服务,看其如何用服务冲破行业“封锁线”
汇编语言范例
Buuctf misc spy Apocalypse
Recruitment brochure for traditional product manager international qualification certification (NPDP) in the second half of 2022
【typescript】typscript中感叹号和问号的区别
[GXYCTF2019]SXMgdGhpcyBiYXNlPw==
【微信小程序】获取当前地理纬度和ip
buuctf misc 间谍启示录
8 种最坑SQL语法,工作中踩过吗?
All kinds of FPN in object detection
【剑指Offer】43. 1~n 整数中 1 出现的次数
【微信小程序】微信小程序使用表单的一些坑和注意事项
[next] passhref is missing appears after nextjs is packaged
Xshell连接虚拟机只能输入public key解决方案【亲测】
在terminal拷贝粘贴,多了0~与1~字符
Pseudo instruction in arm assembly
JVM調優簡要思想及簡單案例-老年代空間分配擔保機制