electron-browser-shell icon indicating copy to clipboard operation
electron-browser-shell copied to clipboard

Extension State does not seemed to be saved.

Open snaildos opened this issue 3 years ago • 3 comments

I have integrated this NPM module into my browser, after closing and re-opening, the extension state is not saved. Why so?

snaildos avatar Sep 05 '22 00:09 snaildos

Please include details about which extensions were tested and what functionality was missing.

samuelmaddock avatar Jan 17 '23 01:01 samuelmaddock

Please include details about which extensions were tested and what functionality was missing.

Any extension that saves data does not seem to save any data after closing and opening an extension.

snaildos avatar Jan 17 '23 18:01 snaildos

most likely because the extension uses storage.sync in the popup, which isn't supported yet. see #34

Kilian avatar Jan 18 '23 07:01 Kilian