mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibWeb: Add CSSStyleSheet constructor binding
This commit is contained in:
parent
f303905875
commit
b0f57a2785
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