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

At the beginning of the show, Lee made the comment,

“The second I eat a wing, we’re divorcing.”

Which could be why Punk went on to eat the wing for her later in the show, just in case she decided to follow through with her threat.

Will AJ Lee be part of The Royal Rumble?

There have been a lot of rumors linking Lee to a Royal Rumble return to pick up her feud with Becky Lynch, but it’s unclear if she will be in Saudi Arabia for the show.

The speculation that she will face Lynch at WrestleMania in April points towards a potential return, but it’s not clear that she has made the trip to the Middle East yet. Many WWE stars are already in Riyadh for SmackDown on Friday, followed by The Royal Rumble, but Lee and Punk are not there yet.

AJ Lee hasn’t been seen since November, so this would be the perfect time for her to make her return, and she has never appeared in the Women’s Royal Rumble since she retired three years before the women were handed their annual match.

It would be a huge moment for her to finally be able to be part of one after creating the Women’s Evolution and then missing out on so many moments because she opted to retire from the business back in 2015, just as the women were breaking down the glass ceilings.