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

A recent report from Sean Ross Sapp of Fightful.com has made things clear, as it noted that the former RAW Women’s Champion is taking time away from WWE due to personal reasons.

It was recently reported that there are rumors that the 44-year-old might be heading to Japan to deal with personal stuff, and SRS has confirmed the speculations. It was also made clear that Asuka is not part of any cuts and was not asked to take a pay cut as well. The report added that the Japanese star approached WWE and told them that she has stuff she’s got to attend to back in Japan. The veteran is likely to spend some time in her home country, and there’s no update on when she will return.


Asuka was present on WWE RAW

After bidding an emotional farewell to fans at Backlash, Asuka was present on RAW last night, where she said her goodbye to Iyo Sky. The duo interacted backstage, where the Empress of Tomorrow noted that she was looking for someone to take her position, and the Genius of the Sky was the right person for the job. The 44-year-old ended the conversation by saying, “See you later.”

The Japanese star has been an integral part of WWE for over a decade. She is widely regarded as one of the greatest female wrestlers of all time and has no shortage of accolades. However, Iyo Sky is more than capable of carrying the mantle.

The Genius of the Sky recently lost another stablemate as Kairi Sane departed the global juggernaut. Her former tag team partner, Rhea Ripley, has also moved to SmackDown.

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/rumor-reason-why-asuka-bid-farewell-to-wwe-revealed-reports?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