Lots of really nice new stuff, particularly excited that Apple are finally embracing PWAs!<p>Interesting to see Safari adding JPEG XL support just as Chrome dropped it:<p><a href="https://news.ycombinator.com/item?id=35589179" rel="nofollow">https://news.ycombinator.com/item?id=35589179</a><p><a href="https://news.ycombinator.com/item?id=33399940" rel="nofollow">https://news.ycombinator.com/item?id=33399940</a>
Does anyone have more details on this point: "Support for Ed25519 cryptography." ? I imagine it's part of SubtleCrypto, is it based on <a href="https://wicg.github.io/webcrypto-secure-curves/" rel="nofollow">https://wicg.github.io/webcrypto-secure-curves/</a> ?
> When a user adds a website to their Dock, Safari will copy the website’s cookies to the web app. That way, if someone is logged into their account in Safari, they will remain logged in within the web app. This will only work if the authentication state is stored within cookies. Safari does not copy over any other kind of local storage. After a user adds a web app to the Dock, no other website data is shared, which is great for privacy.<p>This seems like a strange decision.<p>1. Auth with local storage can be quite nice if you don't need to send the cookies to the server on every request.<p>2. This will lead to different login states in the browser and in the "app" which is not what I would expect and can be inconvenient if you open links to that website.
> Web apps on Mac support web push, badging, and all the usual web standards implemented by WebKit, just like web apps on iOS and iPadOS.<p>Not a lie, but they leave out an important part: To have webpush or badges on iOS you need to "install" the web app - but since iOS PWAs block custom install buttons, the user had to know thst he has to push "Share" and "Add to home screen". To my experience, almost noone knows this or does this.