Fixed except for the case in the comment 2. The fix also made XHR conform to the spec in terms of that open() with invalid arguments are no-op. I.e.:
xhr.open(good args);
try {
xhr.open(bad args);
} catch (e) {
}
xhr.send();
This send() proceeds with the good args.
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.
Sorry for the inconvenience if the bug really should have been left as Available.
For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
I think our remaining problems are just the usual compat issues in our URL parsing. We have plenty of other bugs filed about those. So I'm marking this one as fixed.
Comment 1 by tyoshino@chromium.org
, Aug 30 2016