We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb1b7a commit 6b27e00Copy full SHA for 6b27e00
blog/25-02-05/request-url-to-absolute-filename/request-url-to-absolute-filename.html
@@ -48,7 +48,7 @@
48
console.log('request-url-to-absolute-filename.html');
49
50
async function ready(){
51
- debug('ready');
+ debug('ready',window.crossOriginIsolated);
52
initdom(document.body);
53
54
}//init
@@ -88,7 +88,7 @@ <h1 class=title>
88
<snippet-terminal-console component src='ex/test.js' mode=nodejs ></snippet-terminal-console>
89
90
91
- <log component></log>
+ <log-mod component></log-mod>
92
93
94
</body>
0 commit comments