”
], { 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);
});
});
})();
During an appearance on What Do You Wanna Talk About? With Cody Rhodes, Rey Mysterio revealed that Aalyah is training to possibly become a wrestler and is on the right track.
He mentioned that Aalyah wanted to try herself out in the ring, and he decided it would be best for her to wait till her graduation. After completing her graduation, Rey took her with him to the Performance Center and was surprised by how good she was in the ring.
“She went in there (Performance Center) on a Wednesday with me, and I was like, ‘There’s no way, this is her first time stepping in the ring?’ She had a connection with just positioning, hitting the ropes. It was scary crazy. She just went in there with me to feel what it was like, to feel the mat, to feel the ropes. I’m afraid that she might be [a natural] if she decides to take that path,” he said.
Aalyah got involved during Rey Mysterio’s match at WrestleMania 39
After featuring regularly on WWE programming in 2020, Aalyah again showed up during the storyline feud between his father and son.
At WrestleMania 39, she was in attendance as Rey battled Dominik in a father vs. son match.
During the match, Dirty Dom even threw a drink in her sister’s face, and she had to be held back from attacking him. Eventually, Rey Mysterio prevailed after an assist from rapper Bad Bunny.
If you use quotes from this article, please credit What Do You Wanna Talk About? With Cody Rhodes and give an H/T to Sportskeeda Wrestling for the transcription.
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-i-m-afraid-rey-mysterio-addresses-aalyah-s-potential-wwe-career-huge-revelation?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


