IE11 で以下のコードで未定義のエラーが発生する
var dom = document.createElement('a'); dom.href="http://example.com あああ"
dom.hostname
とマルチバイトをもつURLをhrefにいれた状態でhostnameを呼び出すと未定義のエラーが発生した。
IE11 で以下のコードで未定義のエラーが発生する
var dom = document.createElement('a'); dom.href="http://example.com あああ"
dom.hostname
とマルチバイトをもつURLをhrefにいれた状態でhostnameを呼び出すと未定義のエラーが発生した。
For further actions, you may consider blocking this person and/or reporting abuse
arjun -
Hrish B -
Doxa Social -
Arber -
Top comments (0)