-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(background/TabState): use tabId
as tab
isn't a live reference to tab
#437
Conversation
Extension builds preview
|
Does this work cross browser? |
tabId
as tab
isn't a live reference to tab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Some nits and that cross-browser concern to be addressed.
@dianafulga does it work same in Firefox? |
I checked and can confirm this works in Firefox also. |
Closes #286
Closes #287
The data is deleted immediately after the tab closes because reopening the tab (cmd + shift + T) will generate a new tabId anyway.