Index: client/dom/generated/src/frog/ShadowRoot.dart |
diff --git a/client/dom/generated/src/frog/ShadowRoot.dart b/client/dom/generated/src/frog/ShadowRoot.dart |
index 674cb90db93cd947c2fa65ee1195406a53a9d91e..b31ce99ec972c197f120ad7f24397a696592d1e0 100644 |
--- a/client/dom/generated/src/frog/ShadowRoot.dart |
+++ b/client/dom/generated/src/frog/ShadowRoot.dart |
@@ -1,5 +1,13 @@ |
-class _ShadowRootJs extends _NodeJs implements ShadowRoot native "*ShadowRoot" { |
+class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*ShadowRoot" { |
final _ElementJs host; |
+ |
+ _ElementJs getElementById(String elementId) native; |
+ |
+ _NodeListJs getElementsByClassName(String className) native; |
+ |
+ _NodeListJs getElementsByTagName(String tagName) native; |
+ |
+ _NodeListJs getElementsByTagNameNS(String namespaceURI, String localName) native; |
} |