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

Darci Khan recently uploaded a video on her Instagram, talking about what made her choose to leave the company. She said:

“I have left the WWE. I was very, very, very unhappy at that job. My depression and anxiety at an all time high. Lost myself, I would look at myself in the mirror and not even know who I was anymore, it was that bad. I cried for months straight, and what kept me there was me telling myself ‘you don’t know what you’re gonna do next, what if you leave the job and you’re still depressed and you’re still miserable. Those things kept me where I wasn’t supposed to be for way too long and literally the day that I left it felt like the weight of the world had been lifted off my shoulders.”

Darci Khan’s decision to leave WWE was not sudden

Adding to her previous comments, Darci Khan noted that she had been thinking about quitting for a while before she actually went through with it.

Khan stated that she did not plan to quit on the day that she talked to her coach. She said:

“I had been thinking about quitting for a very long time, but like I said I felt like I had to have it all figured out first. The day I quit, I did not plan to quit at all, it was all God, before I walked in the building I prayed to God. I wrote in my journal at 1:20pm, I said ‘God I need you to guide me through this practice’ because I was on the verge of tears the whole day, I knew I didn’t have the strength to make it through practice by myself because I did not want to be there, I did not want to wrestle anymore. It was a terrible weight I couldn’t hold myself.

As of now, only time will tell what Darci Khan plans to do next after exiting WWE.


If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-recently-departed-wwe-star-explains-reason-decision?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