We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61452c3 commit d9f7815Copy full SHA for d9f7815
1 file changed
html-components/ex/web-console-demo.html
@@ -0,0 +1,21 @@
1
+
2
3
+<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
4
+<script src='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js'></script>
5
6
+<web-console component></web-console>
7
8
+<script>
9
10
+ async function init(){
11
12
+ webconsole = mod['web-console'];
13
14
+ await mod.auto();
15
16
+ webconsole.log('hello');
17
18
+ }//init
19
20
+</script>
21
0 commit comments