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
How to get the same storage data in background.ts and popup.tsx with SecureStorage?
It works with regular Storage. Documentation on SecureStorage is missing.
The text was updated successfully, but these errors were encountered:
I have pretty much the same issue. I would like to access some data encrypted in SecureStorage with service worker instance of Chrome extension. As you mentioned, local and session data replicates just fine. @dimadolgopolovn did you by any chance make some progress since May?
I have tried every combination of the lines below in popup.tsx.
background.ts:
How to get the same storage data in background.ts and popup.tsx with SecureStorage?
It works with regular Storage. Documentation on SecureStorage is missing.
The text was updated successfully, but these errors were encountered: