[Bug 25470] [imports]: improve description of async to clarify execution order

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25470

Morrita Hajime <morrita@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |morrita@google.com

--- Comment #2 from Morrita Hajime <morrita@google.com> ---
Unlike <script>, imports machinery has many reasons to be used by non-async
[1].
@async is for things that are self contained and don't care about the order.
It is as to no blocking other things.
If the order is a concern, sync is better option.

[1] https://gist.github.com/omo/9986103

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 April 2014 21:52:18 UTC