”
], { 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);
});
});
})();
“The feeling of thinking that I was recognized by Asuka-san is truly the greatest honor as a wrestler. That is a happy thing,” Sky said (translated).
A visibly emotional Sky added that as long as her body moves, she would love to continue wrestling.
Even on the RAW after Backlash, Sky and Asuka hugged as the latter was leaving the arena with her bags. It seems The Empress of Tomorrow had ridden into the sunset, retiring from WWE at least, if not wrestling overall.
Iyo Sky admits she pushed forward her wedding with Naraku for a reason
In the same Jonetsu Tairiku documentary, Iyo Sky said that her marriage to WWE star Naraku (fka Evil) was something she took time with. She said it wasn’t done earlier as she wanted to accomplish greater things in her career first, then bear the fruits of joy with her wedding.
“I want to become happy through my own strength,” Sky said. “Of course, my husband gives me happiness too. He gives me a sense of security, and I truly feel glad I married him. But as Io Shirai, or as IYO SKY as a pro wrestler, the only one who can make me happy is myself. So, I’m working to make both myself and those around me happy.”
The Genius of the Sky added she would’ve felt at ease if she’d tied the knot with Naraku earlier, but that would have made her more laid-back. Not that her marriage would’ve been an issue, but her only concern was regarding the wrestling career she wanted, which could’ve probably been compromised a little.
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-iyo-sky-emotional-reaction-end-asuka-match-new-backstage-footage?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


