mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.99k stars 2k forks source link

api.Notification.Notification - silent default has changed #24276

Open Josh-Cena opened 2 months ago

Josh-Cena commented 2 months ago

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

See https://github.com/whatwg/notifications/pull/194, https://github.com/mdn/content/issues/26812 — the silent option now defaults to null instead of false.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

A new subfeature called "silent defaults to null"

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 * Query: `api.Notification.silent` * Report started: 2024-09-03T03:23:54.454Z
skyclouds2001 commented 2 months ago

Also include ServiceWorkerRegistration.showNotification()