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

Asuka used to be in a tag team with Kairi Sane known as The Kabuki Warriors, and the duo captured the Women’s Tag Team Championships three times. The Empress of Tomorrow is also a three-time WWE Women’s Champion and won the Women’s Royal Rumble match in 2018.

The veteran was also once a part of the Damage CTRL faction alongside Bayley, Dakota Kai, IYO SKY, and Kairi Sane. IYO SKY won the Queen of the Ring tournament and will be challenging Liv Morgan for the Women’s World Championship at SummerSlam. Bayley was defeated by Lyra Valkyria at Saturday Night’s Main Event over the weekend, and there have been rumors about her contract situation with the promotion.

Asuka comments on her WWE hiatus

Asuka recently commented on her hiatus from the company and teased that she could return at any moment.

The veteran shared a video on social media earlier this year and discussed her break from professional wrestling. She noted that she had been with the company for a decade and that nothing lasts forever. However, the popular star also teased that she could return when fans least expected 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!”

Only time will tell when Asuka will make her return to the ring.

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-changes-look-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

Leave A Reply

Exit mobile version