The Push API gives web applications the ability to receive messages pushed to them from a server, whether or not the web app is in the foreground, or even currently loaded, on a user agent. This lets developers deliver asynchronous notifications and updates to users that opt in, resulting in better engagement with timely new content.| MDN Web Docs
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests, and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.| MDN Web Docs
A web application manifest, defined in the Web Application Manifest specification, is a JSON text file that provides information about a web application.| MDN Web Docs
82 Posts, 71 Following, 1.41K Followers · Web technologies evangelist for Apple. I'm a fan of my family, sci-fi, art, and good writing.| Mastodon
1.15K Posts, 237 Following, 15.9K Followers · Apple Evangelist on the Web Developer Experience team for Safari & @Webkit. Member of CSS Working Group. Formerly Firefox. #longCOVID since March 2020. #pwME| Front-End Social
Today, Safari 16 arrives for macOS Ventura and iPadOS 16.| WebKit