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
{{ message }}
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
If there are changes in the form page in the project, if the route is wanted to be changed or if the url path is wanted to be changed, I need to capture this within the page.
I can catch the change in the window with the 'beforeunload' method. (shutdown, manual url change, window or browser closing). But when I want to change page by clicking on the links I created with 'tinro', I can't catch 'beforeunload'. How can i solve this ?