Re: Is the timing of DOMContentLoaded undefined with respect to external scripts?
Boris Zbarsky <[email protected]> Thu, 22 Sep 2011 01:07:57 -0400
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 9/22/11 12:25 AM, [email protected] wrote: > Is it the case then that any synchronous, non deferred insertion (whether > dom or tag based) would run before DOMContentLoaded? No. Only parser-inserted scripts block the parser. -Boris