mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +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: 8ad3479e0e
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
|
// https://w3c.github.io/csswg-drafts/cssom-view-1/#screen
|
||||||
[Exposed=Window]
|
[Exposed=Window]
|
||||||
interface Screen : EventTarget {
|
interface Screen {
|
||||||
readonly attribute long availWidth;
|
readonly attribute long availWidth;
|
||||||
readonly attribute long availHeight;
|
readonly attribute long availHeight;
|
||||||
readonly attribute long width;
|
readonly attribute long width;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue