”
], { 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 former champion competed in a triple threat for the Women’s Intercontinental Championship, and also attacked Lyra Valkyria, making it clear that her story with the Irish star is far from over.
She then took to Instagram, where she posted an image of her shirt, which was an image of a beaten-up Valkyria. It’s clear that the former Champion is sending a message to her former friend and that their story could be set to continue next week on RAW.
Will Bayley re-sign with WWE?
There has been a lot of conversation about Bayley in recent weeks, since she skipped last week’s episode of RAW, but it’s unclear what her return now means.
Rumors suggest that she is yet to re-sign with the company and that her contract expires on October 1. That means that she could still be negotiating a new deal with the company while appearing on shows.
WWE often writes stars off TV when they reject new deals, like with Sheamus, whose deal doesn’t expire until October but he won’t be making his return. Bayley’s return is a positive sign; it means that there could be a plan for her to sign a new deal.
She also could just be returning to finish her story with Lyra Valkyria, since many fans believed that the story was already over, but this live event appearance and the fact that she attacked her again show otherwise. The two women could have a final match at SummerSlam next weekend if this story continues on RAW.
The former Women’s Champion celebrated a decade on WWE’s main roster earlier this week, but it appears that her future with the promotion still remains unclear. It will be interesting to see if she appears on RAW this week and if this story moves forward into SummerSlam.
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-update-bayley-makes-wwe-return-teases-unfinished-business-raw-star?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



