whatwg / notifications

Notifications API Standard
https://notifications.spec.whatwg.org/
Other
137 stars 49 forks source link

Defaulting silent to false could conflict with OS defaults #193

Closed marcoscaceres closed 1 year ago

marcoscaceres commented 1 year ago

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. On the WebKit side, we are wondering if it's feasible to change the default value and semantics of silent to be equivalent to "OS decides"?

annevk commented 1 year ago

cc @beverloo @zcorpan

zcorpan commented 1 year ago

This seems reasonable.