Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[js] 第549天 请问css/html/js/img的下载顺序是怎样的?都是并发执行的吗? #3064

Open
haizhilin2013 opened this issue Oct 15, 2020 · 1 comment
Labels
js JavaScript

Comments

@haizhilin2013
Copy link
Collaborator

第549天 请问css/html/js/img的下载顺序是怎样的?都是并发执行的吗?

作者:Alex

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the js JavaScript label Oct 15, 2020
@qubitsky
Copy link

应该是按照html内容的先后顺序加载吧
css/js默认是阻塞式加载
img是异步加载
所以默认情况下应该只有img是并发执行的
另外,可通过script标签的async属性将js加载改成异步的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js JavaScript
Projects
None yet
Development

No branches or pull requests

2 participants