mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement URL.domainToUnicode
This commit is contained in:
parent
1bc94c132e
commit
a727fd2d62
5 changed files with 37 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
Exposed=(Window,Worker)*/]
|
||||
interface URL {
|
||||
static USVString domainToASCII(USVString domain);
|
||||
// static USVString domainToUnicode(USVString domain);
|
||||
static USVString domainToUnicode(USVString domain);
|
||||
|
||||
[SetterThrows]
|
||||
/*stringifier*/ attribute USVString href;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue