simeononsecurity / simeononsecurity.ch

The source code for the SimeonOnSecurity website. License does not apply to article content, only website source code.
https://simeononsecurity.com/
Other
6 stars 1 forks source link

Create Functional RSS Fed Notifications for Service Worker / PWA #487

Open simeononsecurity opened 1 year ago

simeononsecurity commented 1 year ago

https://github.com/simeononsecurity/simeononsecurity.ch/blob/master/static/service-worker.js

Attempted to create and debug a functional notification system for the PWA that fetches the rss feed on regular intervals and notifies the user if a new article has been written. Failed to implement it due to restrictions with DOM in the service worker context. Looking for a third party to jump in and fix this otherwise we may not implement.

github-actions[bot] commented 1 year ago

Thanks for submitting your issue.' first issue

simeononsecurity commented 1 year ago

Do not want to have to use a third party push notification system if possible either.