Closed Bug 1075912 Opened 10 years ago Closed 10 years ago

[URL] Implement static methods URL.domainToASCII() and URL.domainToUnicode()

Categories

(Core :: DOM: Core & HTML, defect)

35 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1007132

People

(Reporter: crimsteam, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 Build ID: 20140923175406 Steps to reproduce: URL standard defines this two static method: https://url.spec.whatwg.org/#dom-url-domaintoascii https://url.spec.whatwg.org/#dom-url-domaintounicode which are currently not implemented: <script> document.write(URL.domainToASCII); // undefined document.write("<br>"); document.write(URL.domainToUnicode); // undefined </script>
Sounds like new spec additions....
Status: UNCONFIRMED → NEW
Ever confirmed: true
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.