ladybird/Libraries/LibWeb/NotificationsAPI
Niccolo Antonelli Dziri a72b0c29bb LibWeb: Add a simplified Notification constructor
This allows the Notification object to be created in javascript without
any additional functionalities.

It passes two wpt tests which require a call to the notification
constructor with no arguments.

https://wpt.live/notifications/constructor-basic.https.html

https://wpt.live/notifications/constructor-invalid.https.html
2025-09-24 11:53:14 +01:00
..
Notification.cpp LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
Notification.h LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
Notification.idl LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00