IE 8 ページで次のエラーが表示されます (このページは他のブラウザーでは正常に動作しています)。
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Wed, 10 Sep 2014 06:48:45 UTC
Message: Object doesn't support this property or method
Line: 70532
Char: 5
Code: 0
上記のファイルの 70532 行を確認したところ、次のコードが表示されました。
if (!Object.create && !Object.create(null).hasOwnProperty) {
throw new Error("This browser does not support Object.create(null), please polyfil with es5-sham: http://git.io/yBU2rg");
}
es5-sham でポリフィルしてください:
Please polyfil with es5-sham: http://git.io/yBU2rg
このエラーを修正するにはどうすればよいですか。