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