In reply to this conservation:
Find it a little sad some of the browser APIs are introduced in such an incomplete state the only way to use them is in try/catch blocks
@glennjones are these implementation issues or spec ones?
@tobie just looking at URL and URLUtils the constructor of URL takes 2 arguments to resolve absolute URL, but the early IE version blows up
@glennjones how to ship partial implementations that don't blow-up in devs' faces is something @w3ctag should help implementors with, imho.

@tobie @w3ctag its a hard problem, but when you start to see cross browser code examples like https://developer.mozilla.org/en-US/docs/Web/API/DOMParser… I do start to worry

‐ Also on:
Mentions:
@glennjones incidentally, that's why we need more tests. /cc @w3ctag