mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibWeb: Port MutationObserver interface from DeprecatedString to String
This commit is contained in:
parent
8531d11fab
commit
0ce5a920f7
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/shannonbooth
Commit: 0ce5a920f7
Pull-request: https://github.com/SerenityOS/serenity/pull/20968
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/MutationRecord.idl>
|
||||
#import <DOM/Node.idl>
|
||||
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface MutationObserver {
|
||||
|
||||
constructor(MutationCallback callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue