], { 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);
});
});
})();

This week, in the main event of NXT, the two allies Myles Borne and Joe Hendry went up against Ethan Page and Ricky Saints. In a shocking end to the show, Ethan Page would pin the WWE NXT Champion, Joe Hendry, to win the match for his team.

As a result, Ethan Page is now very likely going to get another shot at the NXT Championship that is held by Joe Hendry. It’s going to be interesting to see how it all plays out, but one thing is for sure – Myles Borne is likely going to be there every step along the way to help his buddy, Joe Hendry.

Meanwhile, the combination of Ethan Page and Ricky Saints is turning out to be quite the productive one, with both men elevating each other.