mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibWeb: Port MutationObserver interface from DeprecatedString to String
This commit is contained in:
parent
8531d11fab
commit
0ce5a920f7
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ struct MutationObserverInit {
|
|||
bool subtree { false };
|
||||
Optional<bool> attribute_old_value;
|
||||
Optional<bool> character_data_old_value;
|
||||
Optional<Vector<DeprecatedString>> attribute_filter;
|
||||
Optional<Vector<String>> attribute_filter;
|
||||
};
|
||||
|
||||
// https://dom.spec.whatwg.org/#mutationobserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue