Devashish Dixit

Results 97 comments of Devashish Dixit

> @devashishdxt thank you for your work on these crates. Will Deli get the bulk insertion performance improvements applied from idb? Not yet. After I upgrade the dependencies and release...

I've created a PR for this #46. Unfortunately, this PR only supports bulk insertion and updation on a single object store. If you want to perform bulk operations across object...

> I came across this repo while looking for other indexeddb wrappers in rust and the API does looks way better than most I've seen or currently use (although I...

On a side note, `idb` crate with `builder` feature also provides similar API.

Make sure you follow these steps to setup local testing environment: https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/browsers.html

If you're testing on your local machine. You can skip headless testing and test it with `just test` and open the URL in any browser of your choice.

Can you also post network request and response from your browser?

> I just realised that I had to run `just start-test-server &` before `just test`. So, all is well there... I don't understand. Is there still an issue that you're...

Thanks for testing. Also, can you please create a PR with some documentation on how to run headless tests (once you're able to run them)? Even I'm not able to...

I'm also getting error similar to yours: ``` Set timeout to 20 seconds... Running headless tests in Chrome on `http://127.0.0.1:50983/` Try find `webdriver.json` for configure browser's capabilities: Not found driver...