”
], { 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);
});
});
})();
Next up, we had the Women’s Intercontinental Championship match, which saw the return of Bayley. The Role Model returned for the first time since Saturday Night’s Main Event to attack Lyra Valkyria. Sol Ruca then defended her title against the two in a triple-threat match. The champion managed to walk out with gold after pinning Valkyria.
Elsewhere on the card, Jacob Fatu, Jey Uso and Jimmy Uso represented The Bloodline against LA Knight, Solo Sikoa and Royce Keys. The Bloodline trio got the win ahead of their showdown at WWE SummerSlam. This was followed by a singles match between The Miz and Danhausen, where the latter came out on top.
Also in action was Charlotte Flair, who faced Jade Cargill in a one-on-one match. However, the match ended in a DQ after Michin and B-Fab attacked The Queen. Tiffany Stratton and Chelsea Green came out to make the save for the 14-time WWE women’s champion, and set up a six-woman match. The babyfaces stood victorious at the end.
The second-to-last match of the night saw Trick Williams defeat Baron Corbin, Ricky Saints and Carmelo Hayes in a Fatal Four-way to retain his United States Championship.
The event was headlined by Cody Rhodes and CM Punk, who once again joined forces to face Gunther and Sami Zayn. The result was the same as their match at Saturday Night’s Main Event, as the American Nightmare and the Voice of the Voiceless came out on top. However, the two were involved in an altercation after the match, and Danhausen had to intervene to maintain peace between them.
Complete WWE Summer Tour Results
Here are the complete WWE live event results from Stockton, courtesy of LocksResults:
- Seth Rollins and Oba Femi defeated The Vision (Austin Theory and Bron Breakker) via DQ
- Women’s Intercontinental Championship: Sol Ruca defeated Bayley and Lyra Valkyria in a triple threat
- Jacob Fatu, Jey Uso and Jimmy Uso defeated LA Knight, Solo Sikoa and Royce Keys
- Danhausen defeated The Miz
- Charlotte Flair defeated Jade Cargill via DQ
- Charlotte Flair, Tiffany Stratton and Chelsea Green defeated Jade Cargill, Michin and B-Fab
- United States Championship: Trick Williams defeated Baron Corbin, Ricky Saints & Carmelo Hayes in a Fatal Four-way
- CM Punk and Cody Rhodes defeated Gunther and Sami Zayn
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-wwe-live-event-results-current-champion-suffers-loss-ahead-summerslam-bayley-returns-cody-rhodes-cm-punk-action?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



