Firefoxのプライベートブラウジングでidb-keyvalが動かない
タグ:
IDB-Keyval
JavaScript
localForage
Mozilla Firefox
プライベートブラウジング
プログラミング
結論
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 では