I need to make a fake window.location = "testCall" call in order to generate an event to bypass parameters on a mobile device. Works as native, however, I need then to dissmiss a NotFound exception or mainly dissmiss a fake window.location call. Possible? Thank you
I need to make a fake window.location = testCall call in order to generate
Share
in Chrome and Safari (and I presume in other browsers). So seems like you can’t change the native behavior.
If it behaved as a normal EcmaScript 5 property and
configurablewas set totruethan you could have done something like that:I hope browser vendors migrate all their magical properties and objects to standard EcmaScript mechanics but at the moment we are out of luck.