-
I found this issue while investigating the In repro, I'm only doing Repro
Steps
repro.mov |
Beta Was this translation helpful? Give feedback.
Answered by
aklinker1
Aug 5, 2024
Replies: 1 comment 2 replies
-
If doesn't become a memory leak, I think can get away with no touch the storage listener. In that case, the practice would be this?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be fine to leave it. Listeners stop working once the context is invalidated. Not sure if they're removed or not either.
We should update storage to use
browser.storage?.xxx
when removing listeners, just to be safe