initiating query from a web worker? #1737
Unanswered
will-doxel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to initiate a duckdb-wasm query from a web worker, but I'm running into problems. A simple version of what I'm trying looks like this:
but this fails because the
duckdb_instance
is not serializable. I have the same problem if I try to pass a AsyncDuckDBConnection. How can I run a query in a web worker?Beta Was this translation helpful? Give feedback.
All reactions