danwrong / loadrunner

Simple, flexible and sane JavaScript loader and build tool for browsers.
MIT License
277 stars 40 forks source link

Race issue with large scripts #2

Closed kennethkufluk closed 13 years ago

kennethkufluk commented 13 years ago

We believe we've encountered an issue with Loadrunner when loading a large script.

using('largescript.js', function() { // do stuff });

if largescript is large, we suspect the block is executed before the largescript is executed. Perhaps this happens after loadtime, but before parse/evaluation time? Affects Firefox 4.

kennethkufluk commented 13 years ago

Not an issues. We were wrapping all our scripts with using blocks during deployment.