Open saschanaz opened 9 months ago
It seems like that might allow for determining aspects about the system. I'd rather not reveal such information to callers.
(The error
event is also exclusively used today to say something about the permission state.)
What is the issue with the Notifications API Standard?
Running
new Notification('\f').onerror = console.error;
on browsers on Windows fails to put the notification to Action Center as Windows somehow rejects form feed character. Firefox and Chrome have different behavior:Notification has an
error
event handler but the spec only uses it to tell the lack of the permission. Perhaps it should also be used to tell whether the notification is failed to be created by system limitation.