Skip to content

Commit b0715df

Browse files
save file
1 parent 4ed9570 commit b0715df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-07-25/http-streaming-download/ex/srcdoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3>index.html</h3>
2121
console.log = (...args)=>{window.parent.postMessage({type:'log',args},'*');window.console.log.apply(window.console,args)};
2222

2323
window.onmessage = e=>{
24-
24+
console.log('rec',e.data);
2525
var json = e.data;
2626
switch(json.type){
2727

0 commit comments

Comments
 (0)