-
Notifications
You must be signed in to change notification settings - Fork 162
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
Running from debug.html results in an error that window.parent.io is not defined. #5
Comments
Here's the full error message: |
That's a bug, I'll fix it. |
How to add "socket.io.js" in debug.html? so how to add this socket.io.js in debug.html so that i can debug my code? |
@JackZhang1988 you don't need socket.io in the debug mode. The debug mode does not communicate with the server, it just runs the tests in the browser and you can open web inspector to debug it... |
No description provided.
The text was updated successfully, but these errors were encountered: