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

The 29-year-old’s signing with WWE adds to the growing list of Dominican presence in women’s wrestling. All Elite Wrestling star Leila Grey, who is part of the faction Top Flight, is another major Dominican name in women’s wrestling. Just like her compatriot, Grey was the first Dominican to sign with AEW.

Interestingly, the first person of Dominican origin to appear in the Stamford-based promotion was Marti Belle. She competed in the 2017 Mae Young Classic and represented her country. However, she never officially signed a contract with WWE.

Meanwhile, the 29-year-old Blackheart made her television debut last night. After the main event of the night on NXT, Tatum Paxley was still in the ring after her loss to Kelani Jordan. The powerhouse figure of Blackheart appeared from nowhere, and she dismantled Paxley in a matter of seconds.


WWE has reportedly filed a trademark for Nikki Blackheart

It was reported earlier today that WWE has filed a trademark for Nikki Blackheart on June 8.

Corey Hayes of False Finish reported on X/Twitter that the trademark filed by WWE for the name ‘Reina Volcan’ on June 8 was for Nikki Blackheart. The Spanish-origin name translates to Volcano Queen in English.

The Dominican star made her debut in WWE in a Dark Match before the May 19 episode of the black and silver brand, where she defeated Skylar Rae in an impressive first showing. She has gone on to wrestle in a few more matches on NXT live shows.

It remains to be seen what plans NXT General Manager Robert Stone has for the new signing.

Why did you not like this content?


`;
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-breaking-nikki-blackheart-makes-wwe-history-with-shocking-debut?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

Leave A Reply

Exit mobile version