], { 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 added further fire to the 44-year-old’s retirement rumors as she posted an emotional message on X, noting that the final chapter of her story with Asuka has come to an end:

“Our story comes to its final chapter with today’s match. The moment the match ended, my heart was filled with all sorts of emotions. Meeting ASUKA-san, spending the same time together, and being able to learn so much up close—These are irreplaceable treasures to me. Thank you so much, ASUKA-San. We love you ASUKA-San” – transalted from Japanese


Multiple WWE stars have hinted at Asuka’s retirement

The rumors of Asuka retiring after Backlash started before the show, as the Empress of Tomorrow posted a picture with Frank Sinatra’s ‘My Way’ song. This was followed by Bayley’s post, where she further hinted at the 44-year-old’s retirement.

After Backlash, multiple WWE stars have posted Asuka’s pictures, which clearly indicate that the Japanese star’s in-ring career has come to an end. Iyo Sky’s recent message all but confirms the speculations.

Many notable names have departed WWE in the last few months. While legends like John Cena and AJ Styles retired from in-ring action, others, such as Aleister Black and Kairi Sane, were released from their contracts. It seems like Asuka will be the latest addition to the list.

The Empress of Tomorrow joined the global juggernaut in 2015 and was assigned to the NXT brand. She did not take long to win the NXT Women’s Championship, and held the title for 510 days before relinquishing it. Asuka also had a memorable main roster career, winning multiple women’s titles. She is widely considered one of the greatest WWE female superstars of all time.

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-iyo-sky-issues-a-statement-after-asuka-seemingly-retires-at-wwe-backlash?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