mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb: Update Screen
IDL definition to not inherit from EventTarget
This commit is contained in:
parent
d73f809af5
commit
8ad3479e0e
Notes:
github-actions[bot]
2024-11-26 18:08:53 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/8ad3479e0ec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2589 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://w3c.github.io/csswg-drafts/cssom-view-1/#screen
|
||||
[Exposed=Window]
|
||||
interface Screen : EventTarget {
|
||||
interface Screen {
|
||||
readonly attribute long availWidth;
|
||||
readonly attribute long availHeight;
|
||||
readonly attribute long width;
|
||||
|
|
Loading…
Add table
Reference in a new issue