DEV Community

Tomohiko Himura
Tomohiko Himura

Posted on

hostname of anchor element throws undefined exception when href attribute has non break space in IE11

IE11 で以下のコードで未定義のエラーが発生する

var dom = document.createElement('a'); dom.href="http://example.com あああ"
dom.hostname

 とマルチバイトをもつURLをhrefにいれた状態でhostnameを呼び出すと未定義のエラーが発生した。

Oldest comments (0)