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
turbo:load is an event that's part of Hotwire's Turbo which GitHub uses for its client-side navigation.
It's similar to the traditional DOMContentLoaded event, but specifically for Turbo-driven navigation as I understood. https://turbo.hotwired.dev/reference/events#turbo%3Aload
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://github.com/softvar/enhanced-github/blob/e245d813d95faeebc06e07b6eb6fdd72eef60d19/src/background.js#L9C1-L26C1
turbo:load is an event that's part of Hotwire's Turbo which GitHub uses for its client-side navigation.
It's similar to the traditional DOMContentLoaded event, but specifically for Turbo-driven navigation as I understood.
https://turbo.hotwired.dev/reference/events#turbo%3Aload
you wouldn't need any extension permission. it works just like dom content loaded.
Beta Was this translation helpful? Give feedback.
All reactions