You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to notify myself when some event happens, tried implementing Kino.JS.Live that sends browser notification but didn't managed to make it work. Ended up using Kino.Audio with added functionality for playing the audio from the code:
kino = Kino.Audio.new(...)
// somewhere else, when some event happens
Kino.Audio.play(kino)
I can open a PR if there is interest in adding this to Kino
The text was updated successfully, but these errors were encountered:
I was looking for a way to notify myself when some event happens, tried implementing
Kino.JS.Live
that sends browser notification but didn't managed to make it work. Ended up usingKino.Audio
with added functionality for playing the audio from the code:I can open a PR if there is interest in adding this to Kino
The text was updated successfully, but these errors were encountered: