Webkit isn't loading a long JavaScript file
I'm having issues whe开发者_StackOverflow社区re both Chrome and Safari aren't loading all my JavaScript. My file is rather large uncompressed, 16000+ lines, but it's working fine in Firefox and Opera. I'm using Mac as well and haven't tested Windows yet.
Does anyone know if Webkit clips a file after a certain line number?
I have a few files that are about that long and don't have problems with any web kit browsers. Are you using any debug tools to see if any errors are being generated?
In chrome you can press ctrl+shift+I and get a developer tools console that could help with things.
精彩评论