jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.2k stars 348 forks source link

Not able to import openDB from idb/with-async-ittr in Ver 8 #305

Open dman777 opened 6 months ago

dman777 commented 6 months ago

I used to import openDB with import { openDB } from 'idb/with-async-ittr' but after updating to idb ver 8, this import from with-async-ittr is no longer available. I also tried import { openDB } from 'idb/with-async-ittr.js' to no success. The error I get is:

Uncaught TypeError: Failed to resolve module specifier "idb/with-async-ittr". Relative references must start with either "/", "./", or "../".

Please note: I am using lit version 3, vanilla JS (no typescript), and browser-sync to serve it.