Skip to content
Advertisement

Tag: google-chrome-storage

window.localStorage vs chrome.storage.local

I’m developing a Chrome extension and I need to store some data and then get it in some point. I did investigation on available storages and came across to the following ones: window.localStorage and chrome.storage.local. So my question is, which one is the right choice to use in Chrome extensions: window.localStorage or chrome.storage.local? P.S. I’m using browser action to load

Advertisement