isserviceworkerready icon indicating copy to clipboard operation
isserviceworkerready copied to clipboard

Safari Technology Preview 46 enables Service Workers by default

Open Schweinepriester opened this issue 7 years ago • 5 comments

Per https://webkit.org/blog/8042/release-notes-for-safari-technology-preview-46/:

Made Service Workers enabled by default

🎉

Looking at that changelog for Service Workers alone and previous ones, I suspect several features need to become green? 0:-)

Schweinepriester avatar Dec 20 '17 18:12 Schweinepriester

Safari 11.1 ships with it: https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_11_1.html#//apple_ref/doc/uid/TP40014305-CH14-SW2

A little late, but let's party!!!

jfbrennan avatar Jan 25 '18 00:01 jfbrennan

iOS 11.3 and macOS 10.13.4 include Service Workers — a powerful specification that allows background scripts to power offline web applications. iOS 11.3 also consults Web App Manifest when adding web apps to the home screen.

https://twitter.com/rmondello/status/956256845311590400

laistomazz avatar Jan 29 '18 20:01 laistomazz

@laistomazz Does this mean that Safari on iOS has the same service worker implementation? Meaning offline websites on iOS?

dafzthomas avatar Feb 01 '18 11:02 dafzthomas

@dafzthomas We're still lacking official documentation, but it seems like it's all there to make the website work offline. Unfortunately, they didn't implement the Push API, so no push notifications for us. Frustrating.

laistomazz avatar Feb 01 '18 13:02 laistomazz

Youenn Fablet of WebKit has published a blog post regarding WebKit’s policies on service workers.

Maximiliano Firtman has also independently published a blog post with further details on how iOS 11.3 Beta 2 and 3 handle service workers on iPhone and iPad.

js-choi avatar Feb 08 '18 15:02 js-choi

As https://jakearchibald.github.io/isserviceworkerready/ has been updated long ago, I think this issue can be closed 😅

Schweinepriester avatar May 28 '24 07:05 Schweinepriester