Decodes every value of an items map returned from chrome.storage.X.get. Tolerates mixed compressed and legacy entries (used by full-scan reads such as chrome.storage.local.get(null)).
chrome.storage.X.get
chrome.storage.local.get(null)
Record returned from chrome.storage.
Decodes every value of an items map returned from
chrome.storage.X.get. Tolerates mixed compressed and legacy entries (used by full-scan reads such aschrome.storage.local.get(null)).