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
David Sola -
Taka Saito -
Amit Kayal -
ANIRUDDHA ADAK -
Top comments (0)