suggested implementation for chrome's stroage with atomWithStorage
#2406
Replies: 3 comments 4 replies
-
We consider it for third-party utils. |
Beta Was this translation helpful? Give feedback.
-
it does not. |
Beta Was this translation helpful? Give feedback.
-
ofcourse, I've already implemented it. I was wondering if you'd be open for a PR to include it. |
Beta Was this translation helpful? Give feedback.
-
Hi @dai-shi ,
I'm working on a Chrome extension, in which I need to synchronize a background-script and content-script, these two live in different "worlds" and cannot use localStorage to sync.
I've implemented a wrapper around https://developer.chrome.com/docs/extensions/reference/api/storage?hl=en
would you be open for a PR in
utils
so it can be part of the package?Beta Was this translation helpful? Give feedback.
All reactions