], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Backstage, Ethan Page was reeling from his second loss in a row to Myles Borne in their impromptu match. As Myles Borne managed to retain the title, “All Ego” was in a state of shock, and it took former NXT Champion Ricky Saints to give him a pep talk, reminding him of who he is and the possibility of becoming a 2-time NXT North American Champion.

As for Ricky Saints himself, he is looking to become a 2-time NXT Champion when he faces the recently crowned Champion, Joe Hendry. It’s going to be an interesting clash. Saints was previously a babyface but embraced his dark side after losing his title back to The Ruler, Oba Femi.

It’s going to be interesting to see what the future holds for Page. Should he lose again, then it seems like there is very little left for him to do in NXT.