mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
LibWeb: Add CSSStyleSheet constructor binding
This commit is contained in:
parent
f303905875
commit
b0f57a2785
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/tcl3
Commit: b0f57a2785
Pull-request: https://github.com/SerenityOS/serenity/pull/23327
Reviewed-by: https://github.com/awesomekling
8 changed files with 129 additions and 2 deletions
|
@ -22,7 +22,7 @@ class MediaList final : public Bindings::PlatformObject {
|
|||
|
||||
public:
|
||||
[[nodiscard]] static JS::NonnullGCPtr<MediaList> create(JS::Realm&, Vector<NonnullRefPtr<MediaQuery>>&&);
|
||||
~MediaList() = default;
|
||||
virtual ~MediaList() override = default;
|
||||
|
||||
String media_text() const;
|
||||
void set_media_text(StringView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue