Skip to content

Commit 5232055

Browse files
Added more references to read me
1 parent 2f7a9a3 commit 5232055

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,15 +416,30 @@ import WebPushTesting
416416
417417
## Specifications
418418
419+
- [RFC 6454 The Web Origin Concept](https://datatracker.ietf.org/doc/html/rfc6454)
419420
- [RFC 7515 JSON Web Signature (JWS)](https://datatracker.ietf.org/doc/html/rfc7515)
420421
- [RFC 7519 JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519)
421422
- [RFC 8030 Generic Event Delivery Using HTTP Push](https://datatracker.ietf.org/doc/html/rfc8030)
422423
- [RFC 8188 Encrypted Content-Encoding for HTTP](https://datatracker.ietf.org/doc/html/rfc8188)
423424
- [RFC 8291 Message Encryption for Web Push](https://datatracker.ietf.org/doc/html/rfc8291)
424425
- [RFC 8292 Voluntary Application Server Identification (VAPID) for Web Push](https://datatracker.ietf.org/doc/html/rfc8292)
425426
427+
426428
- [Push API Working Draft](https://www.w3.org/TR/push-api/)
427429
430+
431+
## Other Resources
432+
433+
- [Apple Developer — Sending web push notifications in web apps and browsers](https://developer.apple.com/documentation/usernotifications/sending-web-push-notifications-in-web-apps-and-browsers)
434+
- [WWDC22 — Meet Web Push for Safari](https://developer.apple.com/videos/play/wwdc2022/10098/)
435+
- [WebKit — Meet Web Push](https://webkit.org/blog/12945/meet-web-push/)
436+
- [WebKit — Web Push for Web Apps on iOS and iPadOS](https://webkit.org/blog/13878/web-push-for-web-apps-on-ios-and-ipados/)
437+
- [MDN — Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API)
438+
- [MDN — Service Worker API](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)
439+
- [web.dev — The Web Push Protocol](https://web.dev/articles/push-notifications-web-push-protocol)
440+
- [Sample Code — ServiceWorker Cookbook](https://github.com/mdn/serviceworker-cookbook/tree/master/push-simple)
441+
- [Web Push: Data Encryption Test Page](https://mozilla-services.github.io/WebPushDataTestPage/)
442+
428443
## Contributing
429444
430445
Contribution is welcome! Please take a look at the issues already available, or start a new discussion to propose a new feature. Although guarantees can't be made regarding feature requests, PRs that fit within the goals of the project and that have been discussed beforehand are more than welcome!

0 commit comments

Comments
 (0)