We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b6cd commit 7f29fd0Copy full SHA for 7f29fd0
utils/editors/js-console/v3.0/js-console-v3.0.html
@@ -86,6 +86,7 @@
86
87
async function init(){
88
debug('init',version);
89
+ debug('crossOriginIsolated',window.crossOriginIsolated);
90
hdr = mod['editors-hdr'];
91
filemod = mod['file-mod'];
92
autosave = mod['auto-save'];
0 commit comments