”
], { 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);
});
});
})();
Speaking on Jim Conlan’s Into The Vault, the 5-time WWE Women’s Champion, shockingly revealed that her release from the company felt like a massive heartbreak, and she was devastated upon finding out the news. Moreover, James never imagined herself leaving the company, as she believed she would be there for a long time.
“I honestly thought that I would be there for the long haul, I thought that once I got in the door and I was able to make that impression that I would be a part of the family and so when I lost that I was devastated. I was absolutely devastated and I was in a space of like I didn’t know what I wanted to do. I really had kind of lost my desire to do anything in the wrestling business. I was just really heartbroken,” James said.
She added:
“It was like a breakup, it was a major breakup and you go through that grieving period and you grow through all this and I felt like I’d sacrificed so much and everything to get there and be there and to give them everything I could to be the best me,” James said. [H/T – WrestleTalk]
James also revealed she was in a bad place and worked on herself during her 90-day non-compete before returning as a performer.
Mickie James worked for WWE following her release
In 2016, Mickie James returned to the Stamford-based promotion and had a match on the developmental brand. This led to a nearly five-year run with WWE as a full-time performer before she was released in 2021. The veteran is a huge name in the industry and has worked and given her expertise for several promotions.
Lately, she’s signed with the company as an ambassador, but it doesn’t stop her from appearing for other promotions outside WWE. She was also a host on LFG! before James was replaced by Michelle McCool.
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-i-just-really-heartbroken-absolutely-devastated-wwe-legend-makes-shocking-revelation?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



