mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
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
This commit is contained in:
parent
0aec8912c9
commit
a72b0c29bb
Notes:
github-actions[bot]
2025-09-24 10:54:18 +00:00
Author: https://github.com/NiccoloAntonelliDziri 🔰
Commit: a72b0c29bb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6219
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 263 additions and 0 deletions
|
@ -910,6 +910,15 @@ class PerformanceTiming;
|
|||
|
||||
}
|
||||
|
||||
namespace Web::NotificationsAPI {
|
||||
|
||||
struct NotificationAction;
|
||||
struct NotificationOptions;
|
||||
|
||||
class Notification;
|
||||
|
||||
}
|
||||
|
||||
namespace Web::Painting {
|
||||
|
||||
class AudioPaintable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue