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

warning: "'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead." #45

Closed hliyan closed 9 years ago

hliyan commented 9 years ago

Browser: Chrome Version 41.0.2272.76 (64-bit) "ydn.db": "~1.0.3"

encountered at load time

NOTE: i'm using browserify to concatenate ydn-db into a single minified vendor bundle

yathit commented 9 years ago

It is not used, but for sniffing On 10 Mar 2015 18:18, "Hasitha Liyanage" notifications@github.com wrote:

Browser: Chrome Version 41.0.2272.76 (64-bit) "ydn.db": "~1.0.3"

encountered at load time

— Reply to this email directly or view it on GitHub https://github.com/yathit/ydn-db/issues/45.

hliyan commented 9 years ago

ah, great. i'll close the issue.