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 has been archived by the owner on Apr 12, 2024. It is now read-only.
I'm trying to determine when a template finishes loading, and initially I used a simple counter which worked. But I soon realized that this event fires for every template including sub templates of the template I'm waiting for, which makes it impossible to track. It would be nice if the $includeContentLoaded event passed along the url of the template that was loaded so I can track what was actually loaded.
The text was updated successfully, but these errors were encountered:
I'm trying to determine when a template finishes loading, and initially I used a simple counter which worked. But I soon realized that this event fires for every template including sub templates of the template I'm waiting for, which makes it impossible to track. It would be nice if the
$includeContentLoaded
event passed along the url of the template that was loaded so I can track what was actually loaded.The text was updated successfully, but these errors were encountered: