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

According to a recent update from Fightful Select, Bron Breakker is expected to be out of action for a number of weeks. It was further reported that the Stamford-based wrestling promotion is optimistic that the former WWE Intercontinental Champion can return in time for WrestleMania 42.

Bron Breakker Details Real-Life Relationship with WWE Hall of Famer Paul Heyman

Bron Breakker joined forces with Paul Heyman and Seth Rollins on the RAW after WrestleMania 41. Bronson Reed later joined the group. However, they kicked The Visionary out of the faction on the RAW after WWE Crown Jewel.

In a recent interview with ComingSoon, Breakker opened up about working with Paul Heyman when asked what was the biggest lesson he learned from the WWE Hall of Famer. The second-generation professional wrestler stated that he could not name a single thing in particular, as The Oracle had helped him with everything, and they had been working hard behind the scenes.

“I don’t think there’s one thing that I could really say. Just because he has helped me with everything. My entire presentation as a whole, Paul and I have been critically diving into detailing what that’s gonna look like. Everything that I’ve done in recent months has sort of been like in the queue just waiting for me to show the world that I can do what I can do, what I’m capable of,” Breakker said.

Only time will tell if Breakker is able to make his return to the squared circle before WrestleMania 42.