], { 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 report by WrestleVotes on Fightful Select, MLB Milwaukee Brewers pitcher Jacob Misiorowski could be brought in to make an appearance. The idea is to have him appear at the September 28th edition of Monday Night RAW at Fiserv Forum in Milwaukee, Wisconsin. According to sources, the current plan is to carve out Misiorowski’s ‘connection’ to Mike ‘The Miz’ Mizanin for the segment.

However, it should be noted that no plans are confirmed now considering MLB playoffs begin on September 28th. Understandably, Misiorowski’s schedule is uncertain at this point. The report also claimed that the celebrity could appear in WWE even if there is no storyline for him with The Miz.

The Miz received high praise from WWE star Cody Rhodes recently

While The Miz is not pushed as a top star anymore, Cody Rhodes still considers him one of the best on the roster.

Speaking on his What do you wanna talk about? podcast, The American Nightmare noted how The Miz’s talent is not apparent to today’s audience. He said:

“I hate using him as an example, but The Miz is the greatest example. Anytime somebody sits with me and tells me, ‘Oh, I don’t think Miz is a good wrestler,’ get the f*ck out of here. You! Get the f*ck out of here.’ Because he’s done it, right? And it’s all different types. It’s fun, variety, entertainment. It’s the wrestling, wrestling. If you can do it, and you did it once, you can do it again,” he said.

The Miz is truly one of the most reliable names in the company right now, able to work in any storyline as and when needed. It remains to be seen what is next for him in the coming months in WWE.