You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On wasm32 target, the file dialog doesn't work when exeucted from a web worker, not the main thread.
I think this problem needs a hand, because running Rust code in web workers is a common situation. Though window is not defined in web workers, there is still FileReader API that it is still possible to be used.
On
wasm32
target, the file dialog doesn't work when exeucted from a web worker, not the main thread.I think this problem needs a hand, because running Rust code in web workers is a common situation. Though
window
is not defined in web workers, there is stillFileReader
API that it is still possible to be used.https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers
https://developer.mozilla.org/en-US/docs/Web/API/FileReader
The text was updated successfully, but these errors were encountered: