This is a patch so that the isCrossDomain() function works as expected in IE. It does this by fixing the parse() function with a fallback to window.location. General tidy up of a couple of functions and an update for the tests to use window.location, so they won't fail if someone tries it on another domain/port/etc.
This is a patch so that the isCrossDomain() function works as expected in IE. It does this by fixing the parse() function with a fallback to
window.location
. General tidy up of a couple of functions and an update for the tests to usewindow.location
, so they won't fail if someone tries it on another domain/port/etc.