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
We currently store clipboard in the page global context, that context may go away when browser kills service worker, meaning we rather would like to store it in the Storage, we might want to avoid session storage, as it's only available in MV3.
The text was updated successfully, but these errors were encountered:
We currently store
clipboard
in the page global context, that context may go away when browser kills service worker, meaning we rather would like to store it in the Storage, we might want to avoid session storage, as it's only available in MV3.The text was updated successfully, but these errors were encountered: