Answer the question
In order to leave comments, you need to log in
Is chrome.storage.local.get function very slow?
Hello. While writing an extension for the Google Chrome browser, I ran into a problem. I get my previously saved settings using the chrome.storage.local.get async function like this:
let date = new Date();
chrome.storage.local.get(null, result => {
console.log('Settings stored in: '+new Date() - date+'ms');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question