Open Ardenexal opened 8 years ago
On a chrome packaged app localStorage doesn't exist instead you need to use chrome.storage.local. It would be great if ngStorage could use chrome.storage.local if it detects the chrome object exists
Is it the same API and provides the same functionality as localStorage?
same API just different starting point instead of window its chrome
On a chrome packaged app localStorage doesn't exist instead you need to use chrome.storage.local. It would be great if ngStorage could use chrome.storage.local if it detects the chrome object exists