-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app crashed after reload/refresh using web workers #7487
Comments
Today it just crashed using Web Worker without redirect/reload/refresh. :-/ |
can reproduce on windows 10, also I had reported that before aswell(in an issue reporting crashes caused by worker threads) |
Could you please provide a full sample (not code snippets) so we can reproduce? |
Hey @rogerwang. Here is MVP. https://github.com/webkitty/playground/tree/master/nwjs/bugs/7487-web-worker.
It's basically same issue as here #7148 (comment). |
This is fixed in git and will be available in the next nightly build. |
Confirmed! It works now. Thank you. |
This issue also happens on 0.61.0.0 |
NWJS Version : 0.46.0-sdk
Operating System : OSX
Expected behavior
Don't crash.
Actual behavior
How to reproduce
nw.Window.get().reload()
More info
nw.Window.get().reloadDev()
=>TypeError: nw.Window.get(...).reloadDev is not a function
The text was updated successfully, but these errors were encountered: