Communication between background script and Incognito background script (when using "incognito": "split" mode)

155 Views Asked by At

I have many big images stored in the IndexedDB database but when I start Incognito window, I cannot access this database.

Only chrome.storage.local is shared between normal and Incognito instances but it's limited to 5MB so I can't use it to share all those data.

Is there a way to send data from my background script to the Incognito background script?

0

There are 0 best solutions below