We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9570 commit b0715dfCopy full SHA for b0715df
blog/25-07-25/http-streaming-download/ex/srcdoc.html
@@ -21,7 +21,7 @@ <h3>index.html</h3>
21
console.log = (...args)=>{window.parent.postMessage({type:'log',args},'*');window.console.log.apply(window.console,args)};
22
23
window.onmessage = e=>{
24
-
+ console.log('rec',e.data);
25
var json = e.data;
26
switch(json.type){
27
0 commit comments