You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when the app-indexeddb-mirror is initialized, it's not populated with store data if it exists but remains empty, so change to livedata override current store.
test is done with Polymer 2.0 and persist storage is requested : navigator.storage.persist()
Expected outcome
app-indexeddb-mirror persistedData should be populate with stored value
Description
Hi,
when the app-indexeddb-mirror is initialized, it's not populated with store data if it exists but remains empty, so change to livedata override current store.
test is done with Polymer 2.0 and persist storage is requested : navigator.storage.persist()
Expected outcome
app-indexeddb-mirror persistedData should be populate with stored value
Steps to reproduce
this is a sample app to test behavior
https://github.com/eskan/indexeddb-mirror-persited-test
Browsers Affected
The text was updated successfully, but these errors were encountered: