Elias Sjögreen
Elias Sjögreen
Ideally we want to use the [webview_bind](https://github.com/webview/webview_rust/blob/dev/webview-official-sys/src/lib.rs#L32) function but due to threading issues blocking the deno thread (because the `op_webview_run` is blocking) we cannot communicate between rust and deno and...
What version of deno are you using?
ping @filipporeds
Yep, this is an issue (or rather, I think, intended behaviour) with the event loop as `webview.run` has taken ahold of it only allowing sync callbacks to be run as...
https://github.com/denoland/deno/pull/15116
Strange, what happens if you manually call `destroy` after the `run` call, or even the `unload` function? Could be an issue with `Deno.test` or more likely an issue with `webview_deno`.
Sorry for taking so long, whats your thought on this @qu4k?
https://github.com/webview/webview/issues/458
I can't seem to replicate this on my windows machine? But I will make a patch for it anyways as it seems like a harmless thing to do which should...
Also update your deno version 😉