-
Notifications
You must be signed in to change notification settings - Fork 286
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
[log][v2] When refreshing the page, the browser console will not be detach from the log stream #1000
Comments
The const unattachConsole = attachConsole();
// some code
unattachConsole.then(f => f()); |
I understand this, but it will automatically detach after refreshing the page in v1, and I think v1 is a normal behavior. |
Hmm, i assume this is fixed by tauri-apps/tauri#8930 so we just have to update tauri to beta.8 in this repo |
I can confirm it was fixed in the latest version of Tauri. It is VERY useful, and not only for Thank you! |
* chore: Update tauri to beta.8 fixes #1000 * Update and rename tauri-beta.7.md to tauri-beta-8.md
As the number of page refreshes increases, the number of logs in the browser console also increases accordingly. Each time a log is called, multiple logs will be printed to the browser console.
The text was updated successfully, but these errors were encountered: