”
], { 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 fan posted the clip in which Bayley is seen getting emotional, along with Sasha talking about how the two women grew up loving wrestling, especially after the interviewer brings up the point that Bayley’s father thinks the two women are Yin and Yang to each other.
The acknowledgement of the clip from Bayley has led fans to wonder if this is a hint that she could be moving out of WWE to pursue a different opportunity, maybe at AEW, where Sasha Banks is now signed as Mercedes Moné.
It’s a long shot, however, as the Role Model is actively involved in a major storyline with Lyra Valkyria, who just turned heel by attacking her a couple of weeks ago. Mercedes Moné, meanwhile, returned to AEW on June 3rd after a brief hiatus.
Bayley has yet to react to Lyra Valkyria’s betrayal on
WWE TV
Bayley and Lyra Valkyria were inseparable just a few weeks ago. They were partners in crime, best of friends, and a tag team that was in contention for the Women’s Tag Team Titles.
However, the pair kept losing matches, and eventually the frustrations got the better of Valkyria, who attacked her former best friend and turned heel on an episode of RAW a couple of weeks ago. This turn of events shocked the WWE Universe as they didn’t imagine that Valkyria could turn on her partner in the way that she did.
The only development in that storyline so far has been a video package of Valkyria explaining why she did what she did, which aired on last week’s RAW. Bayley’s receipt is due, and it won’t be long before the Role Model, the former Intercontinental Champion’s senior and former mentor figure, has a say in the matter.
Bayley and Lyra Valkyria as a tag team had many matches together, so it’s likely that WWE felt the two women could go back to singles runs, and what better way to do that than to create some intrigue with internal conflict and drama. It would be interesting to see where the story goes next.
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-bayley-subtly-hints-wwe-exit?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



