<?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>Window object Archives</title>
	<atom:link href="https://openjavascript.info/tag/window-object/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/window-object/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Tue, 31 Jan 2023 12:29:51 +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>Window object Archives</title>
	<link>https://openjavascript.info/tag/window-object/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to call a function with a delay in JavaScript</title>
		<link>https://openjavascript.info/2022/05/16/how-to-delay-a-function-call-in-javascript/</link>
					<comments>https://openjavascript.info/2022/05/16/how-to-delay-a-function-call-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 16 May 2022 11:55:40 +0000</pubDate>
				<category><![CDATA[Must-know JavaScript]]></category>
		<category><![CDATA[callbacks]]></category>
		<category><![CDATA[clearTimeout]]></category>
		<category><![CDATA[setTimeout]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4333</guid>

					<description><![CDATA[<p>Learn how you can delay a function call using setTimeout() – and cancel one you've already set.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/05/16/how-to-delay-a-function-call-in-javascript/">How to call a function with a delay 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/16/how-to-delay-a-function-call-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Detect a user&#8217;s language preference with JavaScript</title>
		<link>https://openjavascript.info/2022/04/01/detect-a-users-language-preference-with-javascript/</link>
					<comments>https://openjavascript.info/2022/04/01/detect-a-users-language-preference-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 01 Apr 2022 08:32:01 +0000</pubDate>
				<category><![CDATA[Displaying data]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[Date()]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Navigator]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=3829</guid>

					<description><![CDATA[<p>Detect and use a user's language preference to format display values.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/04/01/detect-a-users-language-preference-with-javascript/">Detect a user&#8217;s language preference with JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/04/01/detect-a-users-language-preference-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The this keyword in JavaScript (simple explanation)</title>
		<link>https://openjavascript.info/2022/03/11/the-this-keyword-in-javascript-simple-explanation/</link>
					<comments>https://openjavascript.info/2022/03/11/the-this-keyword-in-javascript-simple-explanation/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 11 Mar 2022 09:23:39 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[JavaScript Objects]]></category>
		<category><![CDATA[Object-oriented programming]]></category>
		<category><![CDATA[this]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=3386</guid>

					<description><![CDATA[<p>The 'this' keyword is a versatile reference to a parent data object. </p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/03/11/the-this-keyword-in-javascript-simple-explanation/">The &lt;em&gt;this&lt;/em&gt; keyword in JavaScript (simple explanation)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/03/11/the-this-keyword-in-javascript-simple-explanation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to copy text to the clipboard (and read it) in JavaScript</title>
		<link>https://openjavascript.info/2022/02/23/copy-text-to-the-clipboard-with-javascript/</link>
					<comments>https://openjavascript.info/2022/02/23/copy-text-to-the-clipboard-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 10:49:06 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Clipboard]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Navigator]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=3233</guid>

					<description><![CDATA[<p>How to copy text content to a user's clipboard.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/02/23/copy-text-to-the-clipboard-with-javascript/">How to copy text to the clipboard (and read it) in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/02/23/copy-text-to-the-clipboard-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Page event listeners: DOMContentLoaded, load, beforeunload and unload</title>
		<link>https://openjavascript.info/2022/01/25/page-event-listeners-domcontentloaded-load/</link>
					<comments>https://openjavascript.info/2022/01/25/page-event-listeners-domcontentloaded-load/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 25 Jan 2022 14:57:29 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[Event listeners]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2648</guid>

					<description><![CDATA[<p>Sometimes we want some code to run only when a page has reached a certain state of loading (e.g. the DOM has loaded or all resources have loaded) or when a user is exiting the page. We can achieve this by listening out for events on the global window object. In this tutorial, look at &#8230; </p>
<p class="link-more"><a href="https://openjavascript.info/2022/01/25/page-event-listeners-domcontentloaded-load/" class="more-link">Continue reading<span class="screen-reader-text"> "Page event listeners: DOMContentLoaded, load, beforeunload and unload"</span></a></p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/01/25/page-event-listeners-domcontentloaded-load/">Page event listeners: DOMContentLoaded, load, beforeunload and unload</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/01/25/page-event-listeners-domcontentloaded-load/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to open a new browser window from JavaScript</title>
		<link>https://openjavascript.info/2021/09/15/open-a-new-browser-window-from-javascript-with-window-open/</link>
					<comments>https://openjavascript.info/2021/09/15/open-a-new-browser-window-from-javascript-with-window-open/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 15 Sep 2021 08:57:00 +0000</pubDate>
				<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[The DOM]]></category>
		<category><![CDATA[Window object]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=678</guid>

					<description><![CDATA[<p>Use the open() method on the window object to open a new window in the browser.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2021/09/15/open-a-new-browser-window-from-javascript-with-window-open/">How to open a new browser window from JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2021/09/15/open-a-new-browser-window-from-javascript-with-window-open/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
