(r=>{let a=document.createElement("a");a.href=URL.createObjectURL(new Blob([JSON.stringify(r)],{type:"application/json"}));a.setAttribute("download","1.json");a.click();URL.revokeObjectURL(a.href)})(replayCapture);