- From: James M Snell <notifications@github.com>
- Date: Thu, 09 Feb 2017 08:10:32 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 16:11:10 UTC
The Node.js implementation is using nontransitional also... ```js > var u = new url.URL('https://x/'); undefined > u.host = 'faß.de' 'faß.de' > u.host 'xn--fa-hia.de' > ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/239#issuecomment-278688500
Received on Thursday, 9 February 2017 16:11:10 UTC