electron-browser-shell
electron-browser-shell copied to clipboard
Extension State does not seemed to be saved.
I have integrated this NPM module into my browser, after closing and re-opening, the extension state is not saved. Why so?
Please include details about which extensions were tested and what functionality was missing.
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.
most likely because the extension uses storage.sync in the popup, which isn't supported yet. see #34