Skip to content

Commit 16582e8

Browse files
save file
1 parent 6c73bb0 commit 16582e8

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

utils/misc/stackblitz/stackblitz.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,37 @@
6262
debug('init',version);
6363
hdr = mod['misc-hdr'];
6464

65+
6566
await initdom();
6667

68+
6769
hdr.complete();
6870

6971

7072
}//ready
7173

7274

75+
(async()=>{
76+
77+
mod.stack.add;
78+
79+
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
80+
81+
var promise = ext.load.libs(
82+
'js/dom/viewport-manager/v1.0.0/viewport-manager.js.api',
83+
);
84+
[vm] = await promise;
85+
86+
vm = vm();
87+
vm.initmod({mod});
88+
await vm.init();
89+
await vm.initdom();
90+
mod.base.add({vm});
91+
92+
mod.stack.complete;
93+
94+
})();
95+
7396
</script>
7497

7598

@@ -155,6 +178,7 @@
155178
async function initdom(){
156179

157180

181+
158182
}//initdom
159183

160184

0 commit comments

Comments
 (0)