0

I am building a webkit-based browser and want to provide a polyfill for WebSQL. I found ydn-db but if I inject the polyfill into the webpage, will it just work automatically? Meaning, when WebSQL javascript APIs are called such as window.openDatabase or executeSql, will these APIs be polyfilled ?

Moe Bazzi
  • 85
  • 3

1 Answers1

0

YDN-DB has basic SQL query engine on top of IndexedDB (or any supported storage engine). But it is not fully featured.

Look at

Kyaw Tun
  • 12,447
  • 10
  • 56
  • 83