Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top