We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf31b commit a65349dCopy full SHA for a65349d
utils/editors/js-console/v3.0/js-console-v3.0.html
@@ -47,7 +47,7 @@
47
<script src="https://cdn.jsdelivr.net/npm/terser/dist/bundle.min.js"></script>
48
49
50
- <script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
+ <script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js'></script>
51
52
<script init>
53
console.clear();
@@ -610,6 +610,19 @@
610
611
}//title
612
613
+ //:
614
+
615
616
+ window.addEventListener('message',e=>{
617
618
+ var json = e.data;
619
+ if(json.sandbox){
620
+ output.on.message(json);
621
+ }
622
623
+ });
624
625
626
//:
627
628
0 commit comments