We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40890 commit 17d9757Copy full SHA for 17d9757
blog/25-07-24/http-server/http-server.html
@@ -57,7 +57,7 @@
57
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
58
59
60
- <script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js?hdr'></script>
+ <script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
61
62
<script>
63
@@ -81,8 +81,8 @@
81
login.on = {};
82
83
84
- async function start(){
85
-
+ async function ready(){
+ debug('ready',window.crossOriginIsolated);
86
//mod['blog-hdr']['page-source'].url('http-server.html');
87
88
simple.snippet = mod.simple;
0 commit comments