mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Throw NotSupported when trying to deep clone a shadow root
This commit is contained in:
parent
d6ddb08e23
commit
6a85409ffe
3 changed files with 18 additions and 13 deletions
|
@ -58,7 +58,7 @@ interface Node : EventTarget {
|
|||
[CEReactions]
|
||||
void normalize();
|
||||
|
||||
[CEReactions]
|
||||
[CEReactions, Throws]
|
||||
Node cloneNode(optional boolean deep = false);
|
||||
[Pure]
|
||||
boolean isEqualNode(Node? node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue