Skip to content
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

Add Fx132 support for Notification.silent #24631

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisdavidmills
Copy link
Collaborator

Summary

Firefox 132 supports the Notification.silent property.

This PR adds Fx support to that data point.

See the shipping bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1809028

Test results and supporting details

I wrote a quick test case to test the property: see https://silent-notifications-test.glitch.me/.

I found the results somewhat inconclusive:

  • In Firefox Nightly 133, the system notification fires and n.silent returns true.
  • In Firefox beta 132, the system notification doesn't fire, but n.silent returns true (it supports the property).
  • In Firefox release 131, the system notification doesn't fire, and n.silent returns undefined (it doesn't support the property).
  • In the last couple of versions of Chrome and Safari, it all works just fine (same as Fx133).

This suggests that Fx 132 does support it, but there is something going on with the actual notification firing. Is it buggy, or did I do something wrong with the permissions code? I will ask the Fx devs to look at it.

Related issues

Docs issue: mdn/content#36119

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant