how do i access indexedDB in my shopify pixel tracking extension script?

I see that the register method has browser object with localStorage access but couldn’t find any way to access indexedDB. i need to store and read indexedDB from my extension script.

Hi Mailmodo_user,

Currently, the Web Pixel Extension API does not support direct access to the IndexedDB API. The API primarily provides methods for interacting with localStorage and sessionStorage objects. If you need to perform more complex data operations, you might need to consider using different strategies, such as leveraging server-side storage or using third-party cloud storage services.