We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a4047 commit 1c4c0c9Copy full SHA for 1c4c0c9
utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html
@@ -406,8 +406,9 @@
406
iframe.style.display = 'none';
407
iframe.sandbox = 'allow-scripts allow-same-origin';
408
409
- var blob = new Blob([html],{type:'text/html'});
410
- var url = window.URL.createObjectURL(blob);
+ //var blob = new Blob([html],{type:'text/html'});
+ //var url = window.URL.createObjectURL(blob);
411
+
412
iframe.onload = onload;
413
iframe.srcdoc = '';
414
0 commit comments