”
], { 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);
});
});
})();
Further reports clarified the situation, and it was noted that the multi-time champion requested time off to address serious personal matters back in Japan. Asuka herself denied the retirement rumors and addressed the situation on her YouTube channel, stating that she was taking time off but was still signed with WWE.
Now, amid all the uncertainty surrounding her WWE future, The Empress of Tomorrow has shared a heartwarming personal update with fans in a new episode of her YouTube channel, KanaChanTV. The former Women’s Champion revealed that she has adopted a new puppy after returning to Japan. She named him ‘Big Body Boss’ as his body was too big compared to his tiny face.
Asuka opens up on her WWE future amid hiatus
The Empress of Tomorrow stated on her KanaChanTV YouTube channel that she was still signed with the Stamford-based promotion.
She addressed the reason for taking time off and said her appearances may be less frequent going forward.
“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 continued, “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 will be interesting to see when the 44-year-old will make her return to the ring and what’s next for her.
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-asuka-issues-personal-update-amid-wwe-hiatus?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


