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

Speaking on his The Phenomenally Retro Podcast, AJ Styles stated:

“I have yet to be able to get to a tryout because I want to know exactly what goes into this. I’m just curious. How do we go about picking? It’s not just independent workers who are going to get in this tryout. It’s athletes from college, normally D1 athletes, getting tryouts too… I know that I have brought in certain guys and girls who may not meet the standards of height and weight that they’re looking for. But it’s what I see that I think makes them special, and I think they deserve an opportunity to be looked at.”

You can check out his comments below:

youtube-cover

AJ Styles recently commented on Mike Santana’s WWE debut after being signed

According to AJ Styles, Santana’s debut on WWE NXT left little to be desired in terms of how it was presented.

Speaking on his The Phenomenally Retro Podcast, Styles stated that it was a nifty way of bringing Santana into the fold. He said:

“The thing is, Mike came out at the end of the match, where Tony is holding up the Heavyweight championship. Mike comes to the back, I said, ‘What’s up, bro? Good to see you. I hope you’re doing well. Where are we doing this? We’re doing this in TNA? Are we doing this here in NXT?’ He goes, ‘No dude, you don’t understand. I’m here now.’ I was like, ‘Oh wow. We got you.’ So it was pretty cool man. I’m looking forward to seeing what he’s going to do next.”

As of now, only time will tell what is next for Santana down the line in WWE.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.