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

A majority of those shows will be live events. During the WWE Live Event in Liverpool, we got a rematch from SmackDown between Trick Williams and Carmelo Hayes, this time with the United States Championship on the line. The two wrestling soulmates would have a banger of a match, and as a result of this, the crowd in Liverpool reportedly gave both men a standing ovation when the bout was over. Trick Williams would pick up the win to retain his US Title over Carmelo Hayes.

There was major controversy when Trick Williams beat Carmelo Hayes on SmackDown last week.

Carmelo Hayes made a promise after he lost his United States Championship – that on the other side of WrestleMania 42, he would come after the title again. He took some time off, presumably to recover from nagging injuries that are commonplace in wrestling.

By the second half of May, he was ready to come back again, and he challenged Trick Williams, his long-time rival and former friend, to a match, and Williams accepted the impromptu challenge. It was surprising to see them have their first major main roster match in such a random setting, but for some, it was a sign of things to come in the future. Perhaps this is the first of a long series that could be drawn out for years – possibly even culminating in a WrestleMania match at some point.

Either way, this time, it ended controversially as Ricky Saints decided to interfere. Carmelo Hayes would then make him pay for this backstage. So for now, we have Hayes and Saints in the United States Championship picture. Things are going to get interesting from here.