1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-18 09:02:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Tim Ledbetter
81c67d34eb LibWeb: Implement CSSStyleSheet.replace()
This method asynchronously replaces the content of the given stylesheet
with the content passed to it.

An exception is thrown if this method is used by a stylesheet not
created with the `CSSStyleSheet()` constructor.
2024-02-24 21:59:28 +01:00