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

“Man, I honestly, most recently have been battling with, ‘Is it getting close to my time to retire?’ I certainly don’t feel like I am. Like my body is saying, ‘Okay, now it’s time.’ And I always like to listen to my body,” Mysterio said.

Rey Mysterio added that he was enjoying his time as the AAA General Manager. However, he made it clear that he enjoyed wrestling more than being behind the camera. The WWE Hall of Famer stated that he understood the fact that it was time for him to give the spotlight to other superstars in Lucha Libre.

“I am enjoying the position of being AAA’s GM and seeing young rising stars come up in the game. But at the end of the day it’s like, man, I really enjoy what I do on every level. Obviously I enjoy wrestling a lot more than being behind the cameras, but I do understand that opportunities are very little and there’s others that are going to come before me right now because it’s time to make—or to give—the spotlight to other superstars, especially in the lucha libre world,” he added. [H/T: Ringside News]

You can check out the full episode of RAW Recap below:

Jey Uso vows to deliver Solo Sikoa to Roman Reigns | Raw Recap: WWE Now

Rey Mysterio won his most recent WWE match

Rey Mysterio’s last two matches were against former WWE NXT Champion Ethan Page. His first clash against the 36-year-old was on the June 26 edition of Monday Night RAW. Unfortunately, he lost the match.

However, Mysterio got his revenge on the July 27 episode of the red brand’s show. The veteran put forth an impressive performance and defeated All Ego in a singles match. The masked man hasn’t wrestled ever since.

Only time will tell when Rey Mysterio returns to in-ring action.

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-rey-mysterio-opens-up-about-looming-wwe-retirement?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