<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - TypeScript  </title>
<link>https://www.navel.ir/category/typescript/</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB Knowledge Base Software (http://www.knowledgebase-script.com)</description>
<item>
										<guid>https://www.navel.ir/article/what-is-the-equivalent-of-file_get_contents-$-url-in-javascript-or-typescript-54.html</guid>
										<title>What is the equivalent of file_get_contents ($ url) in JavaScript or TypeScript?</title>
										<link>https://www.navel.ir/article/what-is-the-equivalent-of-file_get_contents-$-url-in-javascript-or-typescript-54.html</link>
										<description><![CDATA[Use Ajax $.ajax({     type: "GET",     url: "http://www.flalottery.com/exptkt/ff.html" }).done(function(data){     console.log(data); });  Or use a simple get request $.get("http://www.flalottery.com/exptkt/ff.html", function(data) {      console.log...]]></description>

									</item>

</channel>

</rss>