<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>pwa Archives - Pietari Heino&#039;s personal website</title>
	<atom:link href="https://www.extreg.com/blog/tag/pwa/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.extreg.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Aug 2017 16:23:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.7</generator>
<site xmlns="com-wordpress:feed-additions:1">99365322</site>	<item>
		<title>Service Workers are coming to Safari</title>
		<link>https://www.extreg.com/blog/2017/08/service-workers-coming-safari/</link>
					<comments>https://www.extreg.com/blog/2017/08/service-workers-coming-safari/#respond</comments>
		
		<dc:creator><![CDATA[Pietari]]></dc:creator>
		<pubDate>Thu, 03 Aug 2017 16:23:08 +0000</pubDate>
				<category><![CDATA[random]]></category>
		<category><![CDATA[pwa]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[service worker]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[webkit]]></category>
		<guid isPermaLink="false">https://extreg.com/?p=213</guid>

					<description><![CDATA[<p>Service Workers are coming to Safari, it seems. This is my most anticipated and waited web platform feature (or whatever). Really. I&#8217;ve known the technology, played with it and deployed it into production on two web apps but it has always irritated me to not have it available for all users. Of course, the platform ... <span class="more"><a class="more-link" href="https://www.extreg.com/blog/2017/08/service-workers-coming-safari/">[Read more...]</a></span></p>
<p>The post <a rel="nofollow" href="https://www.extreg.com/blog/2017/08/service-workers-coming-safari/">Service Workers are coming to Safari</a> appeared first on <a rel="nofollow" href="https://www.extreg.com">Pietari Heino&#039;s personal website</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://bugs.webkit.org/show_bug.cgi?id=175115">Service Workers are coming to Safari</a>, it <a href="https://twitter.com/jonathandavis/status/892531301386813440">seems</a>. This is my most anticipated and waited web platform feature (or whatever). Really. I&#8217;ve known the technology, played with it and deployed it into production on two web apps but it has always irritated me to not have it available for all users. Of course, the platform being what it is, you can never expect all users to have all the bells and whistles in their browsers, but still. Safari lacking behind Chrome, Firefox and Edge has been a painpoint since my user base has 30 % iOS coverage.</p>
<p>This is really great.</p>
<p>If you are a modern web developer or interested in these sorts of things but don&#8217;t know about Service Workers, now is a good time to dig into them. I suggest you read Google&#8217;s Web Fundamentals series&#8217; <a href="https://developers.google.com/web/fundamentals/getting-started/primers/service-workers">introduction post</a>, check out the <a href="https://developers.google.com/web/ilt/pwa/introduction-to-service-worker-slides">videos and slides</a> and play with some code on the <a href="https://serviceworke.rs/">ServiceWorker Cookbook</a>.</p>
<p>Very simply put, SW is a JavaScript <em>script </em>that runs in the browser between the external network and the usual browser JS land; it can intercept web requests for caching (not the usual HTTP cache in the browser) and offline-serving, make push notifications, sync in the background and enable offline capabilities. It&#8217;s completely based on the script logic the developer writes so it can leverage all these things in any manner imaginable. It&#8217;s wicked. And this is just for the starters.</p>
<p>The post <a rel="nofollow" href="https://www.extreg.com/blog/2017/08/service-workers-coming-safari/">Service Workers are coming to Safari</a> appeared first on <a rel="nofollow" href="https://www.extreg.com">Pietari Heino&#039;s personal website</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.extreg.com/blog/2017/08/service-workers-coming-safari/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213</post-id>	</item>
	</channel>
</rss>
