browser-automation / cba

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

Stop using getBackgroundPage() in non BG context #122

Closed Manvel closed 8 months ago

Manvel commented 8 months ago

We do use BG page reference for the CBA object state updates.

getBackgroundPage() is no more available in the MV3, so we either need to replace the context update by Message passing, or writing to the local storage.