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
SUNITH VS -
Ravi Makhija -
Joël Harkes -
Ragul.M -
Top comments (0)