Remove URL.domainToASCII and URL.domainToUnicode

This commit is contained in:
Mathieu Rheaume 2016-10-23 16:22:12 -04:00
parent a1306e1dd3
commit 943233afd6
7 changed files with 20 additions and 48 deletions

View file

@ -5,9 +5,6 @@
// https://url.spec.whatwg.org/#url
[Constructor(USVString url, optional USVString base), Exposed=(Window,Worker)]
interface URL {
static USVString domainToASCII(USVString domain);
static USVString domainToUnicode(USVString domain);
[SetterThrows]
/*stringifier*/ attribute USVString href;
readonly attribute USVString origin;