#aaronpkhmm, that's a JS API, so it can't be used to set a badge remotely right?
#[tantek]2 new responses to your posts (when you're signed into your own page) ie new items on your /notifications page like comments, likes, follows etc
#[tantek]aaronpk you have to use Web Push API to send a push notification (plumbing) which then activated your Service Worker which can then call the Badging API
#aaronpki would love to see a quick little tutorial on that
#[tantek]I don't know anyone who has built it for their personal site
#[tantek]My guess is because neither Chrome nor Firefox support it yet, and so you have to do your own "polyfill" hack anyway to manually change your favicon in the tab to make it work
#aaronpkwell the good news is if I build this only for myself I don't care about browser compatibility :D
#[tantek]You do care about browser compatibility, the browser(s) that you use 🙂
#[tantek]but yes, if you're ok with using only Safari, go for it! And then be sure to blog about it to provide a real world use-case / support example so other browsers can use that to prioritize their work 🙂
kleb, [schmarty] and [nsmsn] joined the channel
#capjamesgSpeaking of which, I would love it if Firefox supported the web speech API :D
#capjamesgIs there a ticket or GitHub repository somewhere that I can express my interest in the transcription web speech API for alternate web browsing paradigms?
#[tantek]depends on what you want to ask for I suppose. if all you're asking for is for it to be implemented, I think Bugzilla is the right answer. If you're looking to document another novel use-case, then the explainer on the API might be the better place to submit a PR to add that use-case
#sknebelin the specific example, its behind a feature flag since 2019 (I think)