A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
1.78k
stars
147
forks
source link
Error `closure invoked recursively or after being dropped` when opening `ObjectUrl` via `window().open_with_url()` #465
Open
fabianboesiger opened 7 months ago
Describe the Bug
When opening a file via
ObjectUrl
andwindow().open_with_url()
, the file is opened but the following error is thrown in the console:Steps to Reproduce
Use the following code snippet to open a file.