#13169 closed defect (fixed)
dojo.io.script should use new HTML5 async attribute to be consistently async across browsers
Reported by: | Kris Zyp | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | IO | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently dojo.io.script is inconsistent in it's synchronicity, blocking/ordering on some platforms, and going in parallel on others. Using the async="true" attribute brings consistency and eliminates the need to use dojox.io.scriptFrame to do parallel requests.
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [25396]) Added async attribute for dojo.io.script, fixes #13169 !strict