Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top