Notifications API should default "silent" to platform convention
Categories
(Core :: DOM: Notifications, defect, P3)
Tracking
()
People
(Reporter: marcos, Unassigned)
Details
(Keywords: parity-safari)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15
Steps to reproduce:
const x = new Notification("a")
Actual results:
x.silent is false.
Expected results:
As per this pull request:
https://github.com/whatwg/notifications/pull/194
x.silent should be null.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Notifications and Alerts' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
(Seems like DOM: Push Notifications would be proper component, but feel free to bounce back if I am incorrect)
Comment 3•2 years ago
|
||
I think Notification https://notifications.spec.whatwg.org/ and Push https://w3c.github.io/push-api/ are separate, right? And I think this is for the former.
Comment 4•2 years ago
|
||
Now this component has been renamed to DOM: Notification and covers both the Notification and Push Notification APIs.
Comment 5•2 years ago
|
||
Woohoo, sound cool!
Updated•2 years ago
|
Updated•1 year ago
|
Updated•10 months ago
|
Description
•