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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top