5 ms·
I understand the transactional requirements but AFAIK most IDB operations are already async. Open for example: https://developer.mozilla.org/en-US/docs/Web/API
by jstclair 10y ago
I understand the transactional requirements but AFAIK most IDB operations are already async. Open for example:
https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/open https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/...
"The method returns an IDBOpenDBRequest object immediately, and performs the open operation asynchronously."