You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.
// after getting notified, it started to send a http request to localhost servervarrequestPath="";varrequest=newXMLHttpRequest();request.open("GET",[file_path],true);request.send(null);request.onreadystatechange=function(){if(request.readyState===4&&request.status===200){console.error('error');}else{// remove and append child to document.body}}
each bundle has its own requesteach bundle has its own request (compared with each bundle hashkey)
The text was updated successfully, but these errors were encountered: