1348882.html (284B)
1 <!DOCTYPE> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <script> 6 function boom() { 7 let r = new Request("#a#a"); 8 setTimeout(function(){ 9 r.formData(); 10 setTimeout(function(){ 11 r.blob(); 12 }, 0); 13 }, 0); 14 } 15 addEventListener("DOMContentLoaded", boom); 16 </script> 17 </head> 18 </html>