-
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
Question : How to restart my application? #4505
Comments
so can this issue be closed? |
sorry,what I need is a built-in function to restart my app. so that I call it in my way. |
Duplicate of #149 |
|
chrome.runtime.reload() no longer seems to work. Broke when we updated from 0.30.0 to 0.37.0 |
I am using 0.50.2 and |
Just for reference, since 0.93.0 |
HI:
In my application,I need a way to restart my application clearly.
I have tried "chrome.runtime.restart()",but the function available only for ChromeOS kiosk mode.
"chrome.runtime.reroad()", that is not my need.
thank you!
The text was updated successfully, but these errors were encountered: