browser-automation / cba

Chromium Browser Automation (extension for chrome browser automation).
https://chrome-automation.com
GNU General Public License v3.0
112 stars 16 forks source link

Move clipboard into the Storage #119

Open Manvel opened 10 months ago

Manvel commented 10 months ago

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.