Github user purplecabbage commented on the pull request:
https://github.com/apache/cordova-wp8/pull/30#issuecomment-38001455
@gabrielschulhof
Can you provide a test case that demonstrates the issue?
I thought this would do it, but it seems to load regardless of whether the
patch is applied.
```
var xhr = new XMLHttpRequest();
xhr.onload = function () {
console.log("loaded");
}
var loc = window.location.toString() + "#Hoopla";
xhr.open("GET", loc, true);
xhr.send();
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---