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
if(socket===undefined){//send unsolicited requests to the listening serverif(!handleSocket){// <---- its imported from ./slave.jsreturn;}socket=exports.createSocket(id,e.source);handleSocket(e.origin,socket);}
The text was updated successfully, but these errors were encountered:
I think this might be an inaccessible path:
https://github.com/jpillora/xdomain/blob/gh-pages/src/lib/socket.js#L129-L131
The text was updated successfully, but these errors were encountered: