1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00

LibWeb: Port DocumentFragment from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-11 18:39:00 +12:00 committed by Sam Atkins
parent bfc0773285
commit 4adbf1d041
Notes: sideshowbarker 2024-07-17 03:03:15 +09:00

View file

@ -5,7 +5,7 @@
#import <DOM/ParentNode.idl>
// https://dom.spec.whatwg.org/#documentfragment
[Exposed=Window, UseDeprecatedAKString]
[Exposed=Window]
interface DocumentFragment : Node {
constructor();