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
Ugonna -
Evan Woods -
Avesh -
ANIRUDDHA -
Top comments (0)