My webapp was in angular14, there indexedDB working smoothly , but recently while upgrading to angular17 this issue occuring “ReferenceError: indexedDB is not defined” at DB creation point “let openDB = indexedDB.open(‘idbData’);”
enter image description here
Thanks in advance for any productive help.
enter image description here
New contributor
Soumyadip Chakraborty is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.