We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Missing compatibility data
See whatwg/notifications#194, mdn/content#26812 — the silent option now defaults to null instead of false.
silent
null
false
No response
A new subfeature called "silent defaults to null"
This has shipped in Safari at least; tested with new Notification("foo").silent.
new Notification("foo").silent
https://developer.mozilla.org/en-US/docs/Web/API/Notification/silent
api.Notification.silent
The text was updated successfully, but these errors were encountered:
Also include ServiceWorkerRegistration.showNotification()
ServiceWorkerRegistration.showNotification()
Sorry, something went wrong.
No branches or pull requests
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
See whatwg/notifications#194, mdn/content#26812 — the
silent
option now defaults tonull
instead offalse
.What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
A new subfeature called "
silent
defaults tonull
"Did you test this? If so, how?
This has shipped in Safari at least; tested with
new Notification("foo").silent
.Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Notification/silent
MDN metadata
MDN page report details
api.Notification.silent
The text was updated successfully, but these errors were encountered: