mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +00:00
LibWeb: Implement window.matchMedia()
This commit is contained in:
parent
4155cc7ed5
commit
51da5d03da
Notes:
sideshowbarker
2024-07-18 04:07:21 +09:00
Author: https://github.com/linusg
Commit: 51da5d03da
Pull-request: https://github.com/SerenityOS/serenity/pull/10002
4 changed files with 21 additions and 0 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(btoa);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_computed_style);
|
||||
JS_DECLARE_NATIVE_FUNCTION(match_media);
|
||||
|
||||
NonnullRefPtr<DOM::Window> m_impl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue