RESOLVED FIXED 256828
Notifications API: default silent to platform convention
https://bugs.webkit.org/show_bug.cgi?id=256828
Summary Notifications API: default silent to platform convention
Marcos Caceres
Reported 2023-05-15 23:33:39 PDT
The NotificationOptions dictionary specifies boolean silent=false; by default. That default can conflict with certain platforms/OSs, whereby if a notification is silent (or not) should really be left up to OS. Spec change: https://github.com/whatwg/notifications/pull/194 The proposal makes the silent member on the NotificationOption dictionary default to null. This is then reflected by the silent attribute of the Notification interface.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-15 23:34:37 PDT
Marcos Caceres
Comment 2 2023-05-15 23:36:22 PDT
EWS
Comment 3 2023-05-22 20:12:28 PDT
Committed 264397@main (bb5a5fbce2e9): <https://commits.webkit.org/264397@main> Reviewed commits have been landed. Closing PR #13912 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.