mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Add MediaList wrapper
Most of the pieces were already there, I'd just forgotten to actually wire them up.
This commit is contained in:
parent
b8c0ebccfd
commit
bc4c185aef
6 changed files with 27 additions and 6 deletions
|
@ -457,6 +457,7 @@ libweb_js_wrapper(CSS/CSSRuleList)
|
|||
libweb_js_wrapper(CSS/CSSStyleDeclaration)
|
||||
libweb_js_wrapper(CSS/CSSStyleRule)
|
||||
libweb_js_wrapper(CSS/CSSStyleSheet)
|
||||
libweb_js_wrapper(CSS/MediaList)
|
||||
libweb_js_wrapper(CSS/MediaQueryList)
|
||||
libweb_js_wrapper(CSS/MediaQueryListEvent)
|
||||
libweb_js_wrapper(CSS/Screen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue