mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
LibWeb: Add ShadowRoot.clonable and ShadowRoot.serializable
This commit is contained in:
parent
e62db9c118
commit
8e68215d33
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/awesomekling
Commit: 8e68215d33
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/278
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/nico
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ interface ShadowRoot : DocumentFragment {
|
|||
readonly attribute ShadowRootMode mode;
|
||||
readonly attribute boolean delegatesFocus;
|
||||
readonly attribute SlotAssignmentMode slotAssignment;
|
||||
readonly attribute boolean clonable;
|
||||
readonly attribute boolean serializable;
|
||||
readonly attribute Element host;
|
||||
attribute EventHandler onslotchange;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue