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

Unify comparison of the WebSocket ready state #2601

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Oct 13, 2024

Previously, we used some mixed methods to identify the ready state of WebSocket connections with different methods and target states. By using the same method and enum values, we can ensure easier navigation for developers and better maintenance.

Previously, we used some mixed methods to identify the ready state of WebSocket connections with different methods and target states. By using the same method and enum values, we can ensure easier navigation for developers and better maintenance.
@MrSerth MrSerth added enhancement javascript Pull requests that update Javascript code labels Oct 13, 2024
@MrSerth MrSerth requested a review from Dome-GER October 13, 2024 20:53
@MrSerth MrSerth self-assigned this Oct 13, 2024
@Dome-GER Dome-GER merged commit 4089e66 into master Oct 15, 2024
10 checks passed
@Dome-GER Dome-GER deleted the websocket_ready_state branch October 15, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants