-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotificationOptions is missing actions option #1725
Comments
So your suggestion is missing Firefox or Safari support. |
As mentioned by @TheNoim, |
|
Is there any update on this? |
Looking for an update on this as well. |
Is this issue being worked? We use actions in our code base and they work perfectly fine. It's annoying that typescript thinks there is an error. Our payload looks similar to this:
|
Hey,
I noticed that the
NotificationOptions
definition doesn't include the actions option. This is the current definition: dom.generated.d.ts and serviceworker.generated.d.tsHere is the relevant mdn link.
In addition,
timestamp
andrenotify
are also missing.This might be an regression of #438, but I am not sure.
The text was updated successfully, but these errors were encountered: