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

Check out Balor’s post below:

Here is a screenshot of Dominik’s comment:

Judgment Day member speaks on Dominik Mysterio’s recovery

The self-proclaimed King of the Luchadores was announced to be out of action indefinitely on RAW in December, and there is no official update on his return yet. However, Liv Morgan was asked about Mysterio’s recovery a couple of weeks ago on RAW Recap, and here is what she had to say:

“Yeah, Daddy Dom, he’s home resting. He’s just recovering. We’re just playing it safe. He is, after all, our double champion. He is, as of right now, the crown jewel of The Judgment Day, so we protect and cater to Daddy Dom, and we’re just playing it safe with him, and he’ll be back soon.”

Morgan is now set to enter the Royal Rumble Match with Roxanne Perez and Raquel Rodriguez. It remains to be seen whether the AAA Mega Champion will also be back in time for the Saudi Arabia premium live event or whether WWE will have him come back at a later date.