<?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>promises Archives</title>
	<atom:link href="https://openjavascript.info/tag/promises/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/promises/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Wed, 15 Nov 2023 07:09:50 +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>promises Archives</title>
	<link>https://openjavascript.info/tag/promises/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Load CSS with JavaScript and wait for it to load</title>
		<link>https://openjavascript.info/2023/11/14/load-css-with-javascript-and-wait-for-it-to-load/</link>
					<comments>https://openjavascript.info/2023/11/14/load-css-with-javascript-and-wait-for-it-to-load/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 19:53:19 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6991</guid>

					<description><![CDATA[<p>You can use JavaScript to only load stylesheets that are necessary to page load.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/14/load-css-with-javascript-and-wait-for-it-to-load/">Load CSS with JavaScript and wait for it to load</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/14/load-css-with-javascript-and-wait-for-it-to-load/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>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>Resolve JavaScript promises sequentially</title>
		<link>https://openjavascript.info/2022/06/03/resolve-javascript-promises-sequentially/</link>
					<comments>https://openjavascript.info/2022/06/03/resolve-javascript-promises-sequentially/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 03 Jun 2022 08:22:08 +0000</pubDate>
				<category><![CDATA[Asynchronous Javascript]]></category>
		<category><![CDATA[async/await]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4530</guid>

					<description><![CDATA[<p>You can make JavaScript promises resolve by storing them in separate functions.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/03/resolve-javascript-promises-sequentially/">Resolve JavaScript promises sequentially</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/03/resolve-javascript-promises-sequentially/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Wait for a function to finish before continuing in JavaScript</title>
		<link>https://openjavascript.info/2022/05/27/wait-for-a-function-to-finish-before-continuing-in-javascript/</link>
					<comments>https://openjavascript.info/2022/05/27/wait-for-a-function-to-finish-before-continuing-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 27 May 2022 11:57:19 +0000</pubDate>
				<category><![CDATA[Asynchronous Javascript]]></category>
		<category><![CDATA[async/await]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[callback hell]]></category>
		<category><![CDATA[callbacks]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4506</guid>

					<description><![CDATA[<p>How to make JavaScript wait for a function to complete before executing another.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/05/27/wait-for-a-function-to-finish-before-continuing-in-javascript/">Wait for a function to finish before continuing in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/05/27/wait-for-a-function-to-finish-before-continuing-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to run JavaScript promises in parallel</title>
		<link>https://openjavascript.info/2022/05/13/how-to-run-javascript-promises-in-parallel/</link>
					<comments>https://openjavascript.info/2022/05/13/how-to-run-javascript-promises-in-parallel/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 13 May 2022 08:51:59 +0000</pubDate>
				<category><![CDATA[Asynchronous Javascript]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Promise.all]]></category>
		<category><![CDATA[Promise.allSettled]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4299</guid>

					<description><![CDATA[<p>JavaScript promises can be run in parallel and results handled efficiently using various methods.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/05/13/how-to-run-javascript-promises-in-parallel/">How to run JavaScript promises in parallel</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/05/13/how-to-run-javascript-promises-in-parallel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Axios to make HTTP requests (GET, POST, PUT &#038; DELETE)</title>
		<link>https://openjavascript.info/2022/05/03/using-axios-to-make-http-requests-get-post-put-delete/</link>
					<comments>https://openjavascript.info/2022/05/03/using-axios-to-make-http-requests-get-post-put-delete/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 03 May 2022 06:22:38 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Axios]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[promises]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4164</guid>

					<description><![CDATA[<p>Axios allows you to make HTTP requests with minimal syntax.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/05/03/using-axios-to-make-http-requests-get-post-put-delete/">Using Axios to make HTTP requests (GET, POST, PUT &#038; DELETE)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/05/03/using-axios-to-make-http-requests-get-post-put-delete/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
