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

WebSocket constants are missing #7

Open
github-user-7 opened this issue Nov 19, 2020 · 1 comment
Open

WebSocket constants are missing #7

github-user-7 opened this issue Nov 19, 2020 · 1 comment

Comments

@github-user-7
Copy link

Before wsHook:
WebSocket.OPEN
1

After wsHook:
WebSocket.OPEN
undefined

@ghost
Copy link

ghost commented Aug 18, 2022

after line 95, add lines:

WebSocket.CONNECTING = _WS.CONNECTING;
WebSocket.OPEN = _WS.OPEN;
WebSocket.CLOSING = _WS.CLOSING;
WebSocket.CLOSED = _WS.CLOSED;

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