Could we support session storage as well? #45
kayac-chang
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Oh wow, looks like Firefox recently added support for it! I'll add it to the library, but in the meantime, you can do it yourself with export const sessionExtStorage = defineExtensionStorage(browser.storage.session)
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First, I want to thank @aklinker1 so much for the work!
I joined to develop the browser extension recently
but found tons of packages that need to be updated.
This package shines because I finally found a solution to do the unit testing.
But I figured out the package
@webext-core/fake-browserdidn't support the session storage that my project was based on.Could we also support session storage as well?
I can also help to contribute this feature if the team wants.
Beta Was this translation helpful? Give feedback.
All reactions