pglite icon indicating copy to clipboard operation
pglite copied to clipboard

Browser compatibility

Open kiwicopple opened this issue 1 year ago • 0 comments

Testing the compatibility across browsers (copying code from test.html)

Test: https://kiwicopple.github.io/postgres.run/compatibility.html Source: https://github.com/kiwicopple/postgres.run/blob/main/compatibility.html

  • [x] Chrome ✅
  • [x] Arc ✅
  • [x] Safari ✅
  • [ ] Firefox ❌: TypeError: window.indexedDB.databases is not a function
  • [ ] Mullvad ❌: TypeError: window.indexedDB.databases is not a function
  • [ ] Edge ¯_(ツ)_/¯

Offending line:

https://github.com/electric-sql/pglite/blob/33267d433ced6a828ad7c381a67dfb13e9317101/packages/pglite/src/idbfs.ts#L14

Relevant links

kiwicopple avatar Feb 23 '24 16:02 kiwicopple