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

Now, according to a recent report by WrestleVotes Radio on Fightful, several people within WWE believe Sol Ruca has hit her ceiling in the developmental show. The report also highlighted that she could leave NXT to join the main roster soon.

However, before her call-up, the Stamford-based promotion wants to make a slight change to her character, including giving her a new theme song.


WWE star CM Punk had some huge praise for Sol Ruca

During a recent edition of the No-Contest Wrestling podcast, CM Punk highlighted how good Sol Ruca’s performance was in her first-ever Royal Rumble Match.

He also mentioned that Ruca, Kelani Jordan, Jacy Jayne, Ricky Saints, and Ethan Page were some of the NXT stars who will carry the company forward after getting called up to the main roster.

“I think Sol Ruca… and you saw in the Rumble, Kelani was in the Rumble. She’s amazing. Jacy? Amazing. I think these are all people that are going to wind up paving the way and carrying the torch, really. NXT is stacked. It really is like [that]. Ricky Saints is another one… I think Ethan Page is another guy that’s in NXT,” Punk added.

It remains to be seen what the Triple H-led creative team has planned for Sol Ruca’s future on WWE’s main roster.