Desktop Notifications #1303
Replies: 1 comment 3 replies
-
Unfortunately, these APIs require you to use HTTPs which is not feasible for devices without some kind of (in theory) public domain address due to how that whole certificate stuff works currently. See https://developer.mozilla.org/en-US/docs/Web/API/notification To fix this, browser vendors either need to whitelist private IP ranges for non-https access to these apis or there needs to be a way to allow https certificates without requiring some central authority to sign your stuff. As it is now, self-signed certificates unfortunately are just painful to use. |
Beta Was this translation helpful? Give feedback.
-
One feature that would be quite nice (and potentially not too complex to implement) would be desktop notifications for events (like finishing a room cleanup).
Of course having these work in the background is quite complex, so I think having them just work as long as the website is open should make this a lot more doable.
Beta Was this translation helpful? Give feedback.
All reactions