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