any plan to read the existing indexeddb created ?

Hi ,


is there any plan to be able to read the indexedDB data store that was created by some other javascript which is in the same PWA , i.e some domain ?

Thanks.
kalmen

At this point, you'd need to map the IndexedDBDataSet on an existing data store created in JavaScript. There is currently not a way the dataset will automatically retrieve the existing data store meta data. Since a IndexedDB dataset is unique to the application URL, I would assume the application itself will always 'know' its metadata and thus can programmatically create the suitable dataset through wich the data store is accessed.