-
Notifications
You must be signed in to change notification settings - Fork 28
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
page:before-unload event not present #111
Comments
Which ones are missing? |
We can probably just add any events you need. |
It's no immediate problem since I've moved the project to turbolinks 5 without a problem. The one event binding that was needed was turbograft/lib/assets/javascripts/turbograft/turbolinks.coffee Lines 51 to 57 in 8fbcd22
You can close this if you don't think it's necessary to add any events, at first I think I had expectations of turbolinks 4 events (currently turbolinks-classic) |
There were a number of events that Turbolinks fires but seem to have been pulled out of Turbograft (or these were added later into Turbolinks), one being
page:before-unload
. Are there any plans to add it, or alternatives?The text was updated successfully, but these errors were encountered: