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

Tonight on WWE NXT, John Cena made an appearance in a pre-taped segment to name the competitors of the men’s Iron Survivor Challenge. He named Dion Lennox into the match while also heaping praise on the Darkstate member.

“The next selection is college football captain from Oregon State University who has now embraced his transition to the WWE and has become a dominant force. Dion Lennox has earned an opportunity to show what he’s got.”


John Cena called Je’Von Evans and Leon Slater the future of the business

Je’Von Evans and Leon Slater have been two of the most impressive stars in the wrestling industry. They have showcased skills well beyond their years against some of the top stars in their respective companies, making them two of the most exciting stars to watch out for. Therefore, they have garnered praise from industry veterans, including John Cena.

During the same segment, Cena named Je’Von Evans and Leon Slater to the Iron Survivor Challenge and called them the future of the business.

“When you talk about the future of this business, no two names come to mind faster than Je’Von Evans and Leon Slater from TNA. A pair of 21-year-olds who are way ahead of their time, fun to watch, and look to big things at the road ahead.”

Only time will tell whether Je’Von Evans and Leon Slater will live up to their hype in the future.

If you use the quote from this article, then link back to the source with an H/T to Sportskeeda Wrestling.