-
Instead of doing something like this if (!this.conn || this.conn.readyState !== 1) { |
Beta Was this translation helpful? Give feedback.
Answered by
vkarpov15
Jan 30, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Uzlopak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if (!this.conn || this.conn.readyState !== this.conn.connected)
?