indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

Node support in 2.x? #298

Closed tarjei closed 7 years ago

tarjei commented 7 years ago

Hi, I tired to use IndexedDB to shim indexeddb support in jsdom for testing, but it seems that there is a mismatch between what is stated in the docs and the version that is available.

Would it be possible for you to release an -alpha or -rc version to NPM of 3.0.0?

Kind regards, Tarjei

brettz9 commented 7 years ago

Thankfully as per https://github.com/axemclion/IndexedDBShim/issues/262#issuecomment-294339093 , we have just become ready for this now, but I need @axemclion to get the npm publishing part set in motion. I'm closing this issue as it is effectively a dupe of #262.

Btw, you may also be interested in tracking https://github.com/tmpvar/jsdom/issues/1748 to get jsdom support more readily integrated.