Running `@effect/sql-kysely` with `@effect/sql-sqlite-wasm` in a Browser Web Worker
I am trying to run
You can find my code
I am getting following error in the browser console while returning Proxy object returned from
When I run the same code on node, it works fine (
Here's main thread and worker code
main thread
@effect/sql-kysely package with @effect/sql-sqlite-wasm on the browser web worker using @effect/platform-browser.You can find my code
git@github.com:bhvngt/effect-webworker-kysely.gitI am getting following error in the browser console while returning Proxy object returned from
kysely execution. Uncaught (in promise) (FiberFailure) TypeError: Cannot use 'in' operator to search for 'Symbol(effect/Effect)' in null When I run the same code on node, it works fine (
./src/scratch.ts file in my repo works well when run on node). Here's main thread and worker code
main thread
