”
], { 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);
});
});
})();
The incident happened during Enjoy Wrestling’s Five Years event at Mr. Smalls Theatre in Millvale, Pennsylvania. Williams teamed with The Blade against TME. Williams reportedly collapsed towards the end of the bout. The Blade immediately tried to help his tag team partner and called for assistance.
Sean Ross Sapp of Fightful first reported the story on X. Enjoy Wrestling later confirmed that the wrestler received CPR before an ambulance arrived.
“Andy collapsed at the end of his match this evening. Our doctors on staff tended to him immediately, administering CPR until the ambulance arrived. We sent everyone home and are at the hospital now waiting for more information. Thanks to everyone who helped and has reached out.”
POST Wrestling shared some updates from fans in attendance. One attendee said chest compressions were performed while those at the venue waited for further medical assistance. Ice was also reportedly used before an AED was brought to the scene.
The wrestler was eventually taken to the hospital by ambulance. The rest of the event was canceled while he received medical attention. There has been no further update on Williams’ condition at this time. The cause of the medical emergency is also not known.
The wrestler Andy Williams competed in AEW
The Butcher and The Blade have been longtime tag team partners. The two worked together on the independent wrestling scene before signing with AEW in 2019.
The duo remained with the Tony Khan-led promotion for several years before leaving the company earlier this year after their contracts expired. Despite being there for nearly seven years, the team did not manage to capture any titles. However, they were involved in several heated programs with teams like The Young Bucks and FTR.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-breaking-major-wrestler-collapsed-during-a-match-given-cpr-and-was-taken-to-the-hospital?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here


