You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to this library and also indexeddb. Before using it - rather I mean before I write a lot of code using this library, I just want to test it out (test-drive) in a REPL. The library cannot be used in a Node REPL since IndexedDB does not exist in Node. It only exists in browser. And I cannot use it in browser REPL (chrome dev tools) as the import/require does not work. e.g.: this code won't work in chrome dev tools console:
I am new to this library and also indexeddb. Before using it - rather I mean before I write a lot of code using this library, I just want to test it out (test-drive) in a REPL. The library cannot be used in a Node REPL since IndexedDB does not exist in Node. It only exists in browser. And I cannot use it in browser REPL (chrome dev tools) as the import/require does not work. e.g.: this code won't work in chrome dev tools console:
what is the best way to prototype/test out this library?
The text was updated successfully, but these errors were encountered: