Why IndexedDB is not available in node.js? -
indexeddb api on node.js useful app.
why indexeddb not available in node.js?
indexeddb api not depend on dom, though use dom error , event style.
it's possibly because indexeddb part of different body of standards. node.js ecmascript (via google's v8) along their own api. also, may not indexeddb still in "draft."
but, more it's same reason node.js doesn't offer database drivers: it's not trying solve problems. it's trying offer apis assist want solve , implement them.
and, that, appear @ least 1 such project has started: indexeddb-js
. but, have through indexeddb in npm registry.
Comments
Post a Comment