”
], { 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);
});
});
})();
Dakota Kai returned to in-ring action at EVE’s Wrestle Queendom. Competing under the ring name “Charlie,” she challenged AEW star Kris Statlander for the EVE International Title. The two put forth an engaging back-and-forth contest that lasted about twelve minutes and ended with Statlander flooring her opponent with three back-to-back Tombstone Piledrivers to secure the win.
Dakota Kai opened up about her time in WWE to make a surprising claim
During a recent interview with Busted Open Radio, Dakota Kai spoke about her time as a WWE Superstar.
The former two-time WWE Women’s Tag Team Champion noted that she hit a “glass ceiling,” and no matter how hard she fought and tried to break through, it came back. She added that the change in management also played a part, and there were many things that were beyond her control.
“Being in that company, I think there’s sort of a glass ceiling. And I don’t think that’s not a unique experience by any means. Everyone has to deal with that in some form. The change in management had a big part to play, too. It was surprising only because we were just coming off the Intercontinental Tournament, and obviously plans change. It’s one of those things where I was constantly fighting that glass ceiling. Even when I thought I was going to break through it, it obviously came back. There were a lot of things at play that were out of my hands,” Kai said.
It remains to be seen what’s next for Dakota Kai. It will be interesting to see if she makes a return to WWE.
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-released-wwe-star-dakota-kai-returns-ring-loses-major-aew-name?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


