We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae9198 commit e3f5625Copy full SHA for e3f5625
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-nodejs/v1.0/webcontainer-nodejs.html
@@ -0,0 +1,51 @@
1
+<webcontainer-nodejs>
2
+
3
+ <template shadowrootmode=open>
4
5
+ </template>
6
7
+ <script>
8
9
+(function({mod,host}){
10
11
+ var obj = {
12
+ version : 'v1.0.0',
13
+ };
14
15
+ var df=true,did='webcontainer-terminal';
16
17
18
+ obj.initmod = function(params){
19
+ }//initmod
20
21
22
+ //vars:-
23
24
25
+ //:
26
27
28
+ obj.init = function(){
29
+ }//init
30
31
32
33
34
35
+ obj.initdom = function(){
36
+ }//initdom
37
38
39
40
41
42
+ return obj;
43
44
+})
45
46
+ </script>
47
48
+</webcontaner-nodejs>
49
50
51
0 commit comments