How should I handle a critical Async function in Javascript?
I am writing a Chrome Extension and have need to store data. There are various options for this, including chrome.storage and indexeddb but all appear to involve async operations.
I am writing a Chrome Extension and have need to store data. There are various options for this, including chrome.storage and indexeddb but all appear to involve async operations.