2

I wanted to use WebSQL in firefox and chrome packaged app.

I know that IndexedDBShim is a polyfill for IndexedDB using WebSQL,

conversely, is there any polyfill for WebSQL using IndexedDB?

2 Answers2

1

No. It's theoretically possible that one could exist, but it'd be a ton of work, so I wouldn't hold my breath.

dumbmatter
  • 9,351
  • 7
  • 41
  • 80
0

YDN-DB looks like it supplies a polyfill for WebSQL on top of IndexedDB https://yathit.github.io/ydn-db/doc/setup/polyfill.html

Suthern
  • 45
  • 8