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

IYO SKY said she and Asuka will always be family. She then bid farewell to her former Damage CTRL teammate in a heartbreaking moment. Following the segment, The Empress of Tomorrow shared a cryptic post on X.

Asuka posted a picture of a suitcase with her wrestling gear, props, and masks. This led fans to speculate about the former Women’s Champion’s future in the business.

You can view her post below.

Following WrestleMania 42, Asuka’s former Kabuki Warriors teammate, Kairi Sane, was shockingly released from the company. The Empress of Tomorrow and The Pirate Princess were involved in a major storyline with IYO SKY before the unfortunate development.


Major Potential Update on Asuka’s WWE Future

Asuka’s WWE future remains uncertain after she bid goodbye to Monday Night RAW this week. There is no telling whether she will lace up her wrestling boots again.

A recent report by PWInsider indicated that The Empress of Tomorrow was set to return to Japan for an extended period to attend to a family matter. Later, Fightful reported that the legend was taking time off. Meanwhile, rumors have been circulating that the 44-year-old could be “semi-retired.”

The former Women’s Champion signed with the Stamford-based company in 2015 and embarked on a lengthy undefeated run. Over the years, she defeated fellow icons such as Charlotte Flair, Becky Lynch, Bayley, and Rhea Ripley. She also captured many titles, including the NXT Women’s, Women’s Tag Team, and WWE Women’s Championships.

After she walked away from the sports entertainment juggernaut, Asuka received positive messages from many of her colleagues. IYO SKY, Big E, Danhausen, and AJ Styles shared warm wishes with the legend.

Why did you not like this content?


`;
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-asuka-shares-cryptic-post-after-bidding-goodbye-wwe?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

Leave A Reply

Exit mobile version