I have a site that will have Safari's dev tools hang forever and become completely unresponsive. Chrome or Firefox don't do that on the same site. I can't see any errors in Safari's dev tools (because it hangs), but the other two browsers don't report any critical errors in their JS or CSS consoles The site has basic auth on and a lot of JS going on, but since the other browsers are fine, I think Safari is having some kind of problem. Maybe because of basic auth? The default console log on the mac does not give me anything but this error: com.apple.WebKit.Networking[12920]: ERROR: unable to get the receiver data from the DB! I tried some of the urls here for testing other sites that have basic auth on and it works fine: http://test.webdav.org It is probably just my site that has a problem, but Safari still shouldn't give up on life like that when Chrome and FF are fine?
<rdar://problem/16149900>
Does your site use source maps?
(In reply to comment #2) > Does your site use source maps? Indeed it does. And actually Firefox's log whimpers a little over that too: SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead