The wmSectionLoader:ready event fires after all available sections loaders have been initialized.
<!-- Section Loader Custom Event -->
<script>
document.addEventListener('wmSectionLoader:ready', () => {
// code here will run after a section loader pulls
// in the content from the '/example-url' page
})
</script>