質問

I have got the error saying "Microsoft JScript runtime error: Object doesn't support property or method 'addEventListener' ", when I try to write the IndexedDB codings in my .aspx files.. Will the .aspx pages accept IndexedDB concepts or not??.. If not, then how can I store my SQL server to my local browser?

役に立ちましたか?

解決

IDB is fully supported in IE10 and IE11, the latest versions of IE.

Are you perhaps in an IE10 environment? Because if you're in IE10, you can't use the addEventListener interface and should use the attachEvent method instead.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top