mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
LibWeb: Implement MediaQueryList.onchange
This commit is contained in:
parent
61e9e80232
commit
46686f7f94
3 changed files with 15 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
interface MediaQueryList : EventTarget {
|
||||
readonly attribute CSSOMString media;
|
||||
readonly attribute boolean matches;
|
||||
// TODO:
|
||||
undefined addListener(EventListener? callback);
|
||||
undefined removeListener(EventListener? callback);
|
||||
// attribute EventHandler onchange;
|
||||
attribute EventHandler onchange;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue