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

WWE star Liv Morgan was recently asked about who the equivalent to Lionel Messi would be in the Stamford-based promotion. Morgan took only a moment before pointing to herself, saying:

“The greatest Women’s World Champion of all time. The Liv Morgan.”

You can check out the clip below:

Liv Morgan has previously talked about her nervousness in WWE

According to Liv Morgan, she was apparently quite scared when she started out in pro wrestling.

Speaking in a Cameo video, the WWE star stated that it was scary to try out new things in the beginning. Even doing an entrance, with thousands of fans watching her, was a scary thought. But the courage to take risks helped her become the star she was today.

“You can do anything you put your mind to. It’s scary to try new things at first. When I first started wrestling, I was so scared. Doing an entrance scared me. The thought of having people staring at me scared me. Learning wrestling moves for the first time scared me. All of it really scared me. I was not a performer at all. But when you take risks in life and when you do things that are scary to you, I feel like you can have such crazy, beautiful blessings and blessings in disguise. Try them, push past your fears a little bit,” Morgan said.

Liv Morgan is currently at the top of her game right now in WWE. It remains to be seen what is next for her in the company.