getify / LABjs

Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies
http://labjs.com
2.28k stars 313 forks source link

BOM issues #110

Closed jdalton closed 8 years ago

jdalton commented 9 years ago

I've had a few Windows Web App folks report issues trying to load scripts with LABjs if they contain a trailing BOM. I'm wondering if there's a known workaround for this or an idea of where things could be going wrong?

getify commented 9 years ago

uhhh... i have no idea what that would be. since LABjs just does loading via normal <script> tags in all modern browsers, I would think this would be an issue that was replicatable outside of LABjs' code. Any chance we could get an affected file to test with?

jdalton commented 9 years ago

I'll try to get something together.

getify commented 8 years ago

Closing for now. Feel free to add more details if this crops up again and seems to be LABjs related.

jdalton commented 8 years ago

:sunglasses: