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.
<rdar://problem/109390045>
Pull request: https://github.com/WebKit/WebKit/pull/13912
Committed 264397@main (bb5a5fbce2e9): <https://commits.webkit.org/264397@main> Reviewed commits have been landed. Closing PR #13912 and removing active labels.