mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove URL.domainToASCII and URL.domainToUnicode
This commit is contained in:
parent
a1306e1dd3
commit
943233afd6
7 changed files with 20 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue