”
], { 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);
});
});
})();
Recently, BodySlam+ reported that a grudge match between RAW superstars IYO SKY and Asuka is likely to be added to the show. The tension between the two stars has been building for a long time, and an in-ring confrontation has been teased.
But according to a new report from Wrestling Observer Newsletter (WON), the decision to have this match remains “up in the air.” The report mentions that the match was listed internally as of last week, but no official announcement has been made yet.
The report pointed to Asuka’s taped interview on RAW this week and SKY sharing a photo of the Allegiant Stadium on her social media as hints that WWE has been building to the match.
WON also noted that the decision may come down to how long the promotion wants the show to go on and how much time is reserved for the six matches on night two. The report did add that there is a possible plan that would see the match between The Empress of Tomorrow and Genius of the Sky take place at Backlash on May 9 instead of WrestleMania 42.
WWE could be waiting on Nikki Bella’s status before making a final decision
The Bella Twins are set to compete in a Fatal Four-Way match for the Women’s Tag Team championship at WrestleMania 42. However, Nikki Bella’s ankle injury could force the Triple H-led creative team to make a change.
According to Bryan Alvarez on Wrestling Observer, the match between IYO SKY and Asuka hasn’t been made final yet due to uncertainty over Nikki’s injury.
He mentioned that the promotion could be forced to replace The Bellas with the Kabuki Warriors if the former Divas Champion isn’t cleared to compete at the Showcase of Immortals.
`;
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-breaking-wwe-could-cancel-wrestlemania-42-match-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













