initiating query from a web worker? #1737
Unanswered
will-doxel
asked this question in
Q&A
Replies: 1 comment
-
I am also interested in the answer of this question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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