<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fetch() Archives</title>
	<atom:link href="https://openjavascript.info/tag/fetch-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/fetch-2/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Sun, 12 Feb 2023 13:03:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>fetch() Archives</title>
	<link>https://openjavascript.info/tag/fetch-2/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Wait for Multiple Fetch Requests to Finish</title>
		<link>https://openjavascript.info/2023/01/12/wait-for-multiple-fetch-requests-to-finish/</link>
					<comments>https://openjavascript.info/2023/01/12/wait-for-multiple-fetch-requests-to-finish/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 12 Jan 2023 11:08:27 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[async/await]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[Promise.all]]></category>
		<category><![CDATA[Promise.allSettled]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6571</guid>

					<description><![CDATA[<p>You can use Promise.all or Promise.allSettled to wait for multiple requests to complete.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/01/12/wait-for-multiple-fetch-requests-to-finish/">Wait for Multiple Fetch Requests to Finish</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/01/12/wait-for-multiple-fetch-requests-to-finish/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upload Multiple Files using the Fetch API</title>
		<link>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/</link>
					<comments>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 08:30:59 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6478</guid>

					<description><![CDATA[<p>Learn how for both an input the 'multiple' attribute and with multiple input elements.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/">Upload Multiple Files using the Fetch API</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Download Progress with JavaScript&#8217;s Fetch Function</title>
		<link>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/</link>
					<comments>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 21 Dec 2022 20:01:42 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Progress bar]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6415</guid>

					<description><![CDATA[<p>Create a download indicator by reading the body of the response.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/">Download Progress with JavaScript&#8217;s Fetch Function</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/21/download-progress-with-javascripts-fetch-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Image URL to Blob in JavaScript</title>
		<link>https://openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/</link>
					<comments>https://openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 18 Oct 2022 13:17:08 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Blob]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6091</guid>

					<description><![CDATA[<p>Let Fetch's response.blob() method do the hard work!</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/">Image URL to Blob in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Fetch with async/await</title>
		<link>https://openjavascript.info/2022/06/24/using-fetch-with-async-await/</link>
					<comments>https://openjavascript.info/2022/06/24/using-fetch-with-async-await/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 06:48:08 +0000</pubDate>
				<category><![CDATA[Asynchronous Javascript]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[async/await]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4742</guid>

					<description><![CDATA[<p>Async/await allows a Fetch request to be handled using synchronous-looking syntax.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/24/using-fetch-with-async-await/">Using Fetch with async/await</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/24/using-fetch-with-async-await/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using the Fetch API in React with functional components</title>
		<link>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/</link>
					<comments>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 16 Jun 2022 16:16:38 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[useEffect]]></category>
		<category><![CDATA[useState]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4634</guid>

					<description><![CDATA[<p>How to use JavaScript's native Fetch API to make HTTP requests in React.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/">Using the Fetch API in React with functional components</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make fetch GET, POST, PUT and DELETE requests in a single line</title>
		<link>https://openjavascript.info/2022/03/07/make-fetch-get-post-put-and-delete-requests-in-a-single-line/</link>
					<comments>https://openjavascript.info/2022/03/07/make-fetch-get-post-put-and-delete-requests-in-a-single-line/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 10:01:23 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=3357</guid>

					<description><![CDATA[<p>Reduce the amount of code needed to make HTTP requests using fetch.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/03/07/make-fetch-get-post-put-and-delete-requests-in-a-single-line/">Make fetch GET, POST, PUT and DELETE requests in a single line</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/03/07/make-fetch-get-post-put-and-delete-requests-in-a-single-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using fetch to make GET, POST, PUT and DELETE requests</title>
		<link>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/</link>
					<comments>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/#comments</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 18:42:06 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2405</guid>

					<description><![CDATA[<p>Learn how to make HTTP requests in plain JavaScript using it's in-built fetch method.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/">Using fetch to make GET, POST, PUT and DELETE requests</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Using fetch() to import data</title>
		<link>https://openjavascript.info/2021/06/14/using-fetch-to-import-data/</link>
					<comments>https://openjavascript.info/2021/06/14/using-fetch-to-import-data/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 14 Jun 2021 11:42:30 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[TravelInformation]]></category>
		<guid isPermaLink="false">http://openjavascript.info/?p=34</guid>

					<description><![CDATA[<p>How to use fetch() to retrieve data from an external API for use in your project.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2021/06/14/using-fetch-to-import-data/">Using fetch() to import data</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2021/06/14/using-fetch-to-import-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
