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

When John and AJ had completed their match and were backstage returning to their locker rooms, Seth was heading for his scheduled match. Both the veterans were discussing how The Phenomenal One almost took a 619 from the 17-time WWE Champion.

“Real piece of s**t,” said Seth Rollins.

John Cena, while talking about this match, revealed that the match was for the fans. He thus chose not to build a storyline around it, but instead to involve the audience first.

John Cena explained his ‘failed’ heel run

John Cena explained it perfectly: his heel turn did not put any heat on him but only had fans turn on WWE. He felt excited to play a new character aimed at ruining wrestling and making the audience dislike it. However, it took a turn where fans turned on the product for making these decisions, rather than him being the anchor of it.

“I was explaining that it was too boring, that it was too bad. I think people are gonna stop coming. The perspective was, ‘Hey, this isn’t heat on you, this is heat on the company,” said John Cena.

The reason was that it was impossible for them to hate Cena overall, knowing it was his final year and, in general, how great he had been throughout his career. Although Cena put into perspective how every match had a reason, in the end, the audience did not resonate.