yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

Deprecation warnings... #49

Closed merriam closed 9 years ago

merriam commented 9 years ago

On recent versions of Chrome, I get warnings "'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.". While it appears to be a simple fix, I leave it to someone who already knows this code.

yathit commented 9 years ago

Duplicate of #45