Jonathan Hall
Jonathan Hall
No, my code is in Go. But you are of course welcome to see it. The core logic is here: https://github.com/go-kivik/couchdb/blob/3d79fc7e4318319774faa359810f07fda77577ca/db.go#L448
I would like to second this request, and expand it to use identical `DialOptions` structs for WASM and non-WASM, with the understanding that certain options are ignored in WASM. Having...
I'd also like to point out that WASM does _not_ imply that the code is running in the browser.
@strantalis Did/can you createa PR with those changes, to hopefully get a full review?
That seems to have no effect for my repository.
Thanks for raising this issue. There are a couple possible approaches here: 1. I could add some of these "housekeeping" types of abilites to Kivik, i.e. the [_cluster_setup](https://docs.couchdb.org/en/stable/api/server/common.html#cluster-setup) endpoint. So...
Thanks for bringing up the issue! I fully think a WASM target should be supported by Kivik. Having said that, while I've been watch the WASM support for Go evolve...
I spent some time today playing with compiling this package for WASM, and ran into an unexpected problem. Go 1.11's [`syscall/js`](https://tip.golang.org/pkg/syscall/js/?GOOS=js&GOARCH=wasm) library doesn't provide access to the `this` variable. There...
v4 is now stable. Did you see it listed as experimental somewhere? I may have failed to update that somewhere.
Thanks. I'll get that fixed.