-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script js doesn't load all scripts #84
Comments
I believe that script.js doesn't handle error callbacks because they're not supported in older browsers (LTE IE8). Here's the relevant code: In case it helps, I wrote a script.js-compatible library that handles error callbacks but it only works in modern browsers (IE9+): |
I only need from IE10+ so it will be optimal! |
I have the same error, @Duskfall loadjs works for your case ? |
@Duskfall have you tried PS as far as I know it's not documented anywhere... |
I have moved away from scriptjs long ago, now using SystemJS module loading system to get ready for ES2016 with Typescript. |
Ah, i didn't noticed the date of this issue :') that figures |
I have an array of scripts that load together (order is insignificant) and script js fails to load them.
For example test4 and test 7 don't load, making the app not to bootstrap at all.
This happens at random times in chrome and every time i open an incognito window and try the url
The text was updated successfully, but these errors were encountered: