mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
If we are interested in page events (say analytics), they are reported when the route changes, which does not wait for any promises in `setupController` to finish. A plugin might want to know when a topic has fully loaded, so this event is triggered when that happens.