”
], { 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);
});
});
})();
At Backlash, Asuka lost her match against IYO SKY and then burst into tears, while saying goodbye to SKY and the WWE fans around her. It led to speculation that she was gone from the company. Now, the star has released a statement on her YouTube channel, making things clearer after her match with SKY. She said that she had been with the company for 10 years, and it was easy to take her presence there for granted, but nothing was infinite. She went on to address her future and said that she was still with WWE for now, and so there was a chance that she might appear when fans least expect it.
“I’ve been with WWE for over 10 years now, almost like it was just a given. And because it became such a part of your daily routine, I think my presence there just became something everyone took for granted. But remember… nothing lasts forever. Everything is finite. You see, I’m not just a wrestler by trade; I’m a designer, too. Even the way I live my life has to be art. I’m sure you’re all wondering what’s next for me, and how I’ll be involved with TV and the tours moving forward. But don’t forget, I am still officially with WWE. So there’s a chance I might just pop up in front of you when you least expect it!”
Asuka also addressed her reason for being gone. She said that she had reached out to WWE and they had talked it through, with the reason being a personal matter.
“It’s already been about two weeks since my last match at Backlash. I know there are a ton of rumors flying around out there… People asking, “Are we ever going to see Asuka wrestle again?” “Is she going back to Japan?” “Is she leaving WWE?” The truth is, it was a personal matter, I reached out to WWE, and we talked it through. But let’s be clear, as you all know from watching my matches, I can still GO. I am still at the top of my game!”
She went on to say that if they saw her in WWE, they should cherish it because her appearances would be rare.
“So from here on out, if you ever catch a glimpse of me, you better cherish it. Because it’s going to be rare.”
It seems that the star does not have a full-time schedule in the immediate future with 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-nothing-lasts-forever-asuka-finally-makes-statement-on-her-wwe-future?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




