結論
idb-keyvalではなく
localforage
基本的に
idb-keyval
基本的には
概要
idb-keyvalで
import { set } from 'idb-keyval';
await set('key', 'value');
DOMException: A mutation operation was attempted on a database that did not allow mutations.
と
IndexedDBは
Chromeでは