Re: Executing script-inserted external scripts in insertion order

Just as an FYI: I released LABjs 1.0.4 today, which uses the new 
`async=false` feature as informally proposed earlier in this thread and then 
recently implemented by FF 4b8pre.

LABjs is sniffing for the feature by looking at the presence of the .async 
property and also its value defaulting to `true`, and if so, LABjs sets 
`async=false` on all inserted scripts, causing them to maintain execution 
order as desired.

The test-suite for LABjs now passes in FF 4b8pre (Minefield nightly), where 
it was previously broken in FF 4b7.

--Kyle 

Received on Friday, 26 November 2010 04:27:26 UTC