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
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Hi, is the Wavebox Service API supported in Wavebox 10? I've seen no documentation or updates as to its status in the new Wavebox... I'd like to be able to bubble notifications from an app up to Wavebox but am no longer aware of how to accomplish this. Please let me know where to look if there's a way! Here's what used to work but is no longer working:
When using the console to write the following:
window.wavebox.badge.setCount(10)
I get the following response:
Uncaught TypeError: Cannot read property 'badge' of undefined
The text was updated successfully, but these errors were encountered:
Hi, we've changed the way that this works in Wavebox 10 so it's more closely matched to the Chrome extension API. There are some docs, info and shirt example available here https://github.com/wavebox/wavebox-10-extension-api
It would be great to know if we're missing something in the API or we can do anything better with it. We want to expand what it can do so would be awesome to get some early feedback :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, is the Wavebox Service API supported in Wavebox 10? I've seen no documentation or updates as to its status in the new Wavebox... I'd like to be able to bubble notifications from an app up to Wavebox but am no longer aware of how to accomplish this. Please let me know where to look if there's a way! Here's what used to work but is no longer working:
When using the console to write the following:
window.wavebox.badge.setCount(10)
I get the following response:
Uncaught TypeError: Cannot read property 'badge' of undefined
The text was updated successfully, but these errors were encountered: