Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inaccessible path? #217

Open
jrschumacher opened this issue Jul 10, 2019 · 0 comments
Open

Inaccessible path? #217

jrschumacher opened this issue Jul 10, 2019 · 0 comments

Comments

@jrschumacher
Copy link

I think this might be an inaccessible path:

https://github.com/jpillora/xdomain/blob/gh-pages/src/lib/socket.js#L129-L131

    if (socket === undefined) {
      //send unsolicited requests to the listening server
      if (!handleSocket) { // <---- its imported from ./slave.js
        return;
      }
      socket = exports.createSocket(id, e.source);
      handleSocket(e.origin, socket);
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant