[whatwg] Promise-vending loaded() & ready() methods on various elements

Boris Zbarsky bzbarsky at MIT.EDU
Fri Mar 14 14:05:06 PDT 2014


On 3/14/14 5:03 PM, Jake Archibald wrote:
> Do you know what browsers do with a fully cached script?

"<script src=url>" is always executed async when inserted into the DOM, 
cached or not.

"<script>text</script>" is executed sync.

-Boris



More information about the whatwg mailing list