”
], { 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);
});
});
})();
Meltzer had the following to say about it on the latest edition of Wrestling Observer Radio (WOR):
“I heard from even people in the company about that Sunday show, and it was an eye-opener, I would say, because they put NXT second and they put AAA first, thinking that we’re in the United States and NXT is bigger than AAA. And all the NXT people, it was pretty tough. A lot of the audience left after the AAA show. It was like a Collision, where people are just leaving after the thing.”
The main event of Heatwave saw Grayson Waller become the new NXT Champion in a Fatal-Four-Way. Zilla Fatu was one of the names featured in the match. Dave Meltzer added:
“They said that maybe half the people were left for the main event. The Mexicans were all way, way, way more over than the NXT wrestlers, other than Zilla Fatu. They said Zilla Fatu was so over in that building, but nobody else. Not Kendal Grey, not Tony D, or Myles Borne or anything like that. Even Nattie, who they figured would be super, super over, and really was not.”
What Could WWE Learn From The NXT-AAA Fiasco?
While NXT is a homegrown WWE brand, it remains a developmental show trying to find its footing after many recent popular names were called up to the main roster (RAW and SmackDown). On WOR, Dave Meltzer mentioned the crowd mindset heading into Sunday’s events, and how WWE’s approach could change as a result:
“It was a Mexican audience that came to see lucha libre, and some of them stayed. But the thing is, the learning thing is, if you do this, you should probably put NXT first, rather than put them in three hours into the show.”
In addition to Grayson Waller’s main event victory, NXT Heatwave saw many other title changes. It will be interesting to see what happens the next time WWE goes back-to-back with AAA and NXT events.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-breaking-bad-news-for-wwe-nxt-report?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


