Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
purge
/
ws
Public
forked from
websockets/ws
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 20, 2021
[ci] Test on node 17
lpinca
committed
65717f6
View commit details
Copy full SHA for 65717f6
Browse repository at this point
Commits on Oct 11, 2021
[pkg] Update eslint to version 8.0.0
lpinca
committed
a3a22e4
View commit details
Copy full SHA for a3a22e4
Browse repository at this point
Commits on Oct 2, 2021
[dist] 8.2.3
lpinca
committed
cfd99b6
View commit details
Copy full SHA for cfd99b6
Browse repository at this point
Commits on Sep 30, 2021
[ci] Fix typo
lpinca
committed
fef7942
View commit details
Copy full SHA for fef7942
Browse repository at this point
Commits on Sep 29, 2021
[fix] Ignore the `threshold` option if context takeover is enabled
Show description for 41ae563
lpinca
committed
41ae563
View commit details
Copy full SHA for 41ae563
Browse repository at this point
Commits on Sep 28, 2021
[doc] Improve `WebSocket#{p{i,o}ng,send}()` documentation
Show description for 474aa36
lpinca
committed
474aa36
View commit details
Copy full SHA for 474aa36
Browse repository at this point
Commits on Sep 13, 2021
[doc] Remove no longer needed noop function from code snippet
lpinca
committed
055949f
View commit details
Copy full SHA for 055949f
Browse repository at this point
Commits on Sep 11, 2021
[ci] Update coverallsapp/github-action action to version 1.1.3
lpinca
committed
5b85322
View commit details
Copy full SHA for 5b85322
Browse repository at this point
Commits on Sep 9, 2021
[doc] Update issue template
lpinca
committed
f871195
View commit details
Copy full SHA for f871195
Browse repository at this point
Commits on Sep 8, 2021
[dist] 8.2.2
lpinca
committed
72296e5
View commit details
Copy full SHA for 72296e5
Browse repository at this point
Commits on Sep 4, 2021
[doc] Change label text to CI
lpinca
committed
3039b6b
View commit details
Copy full SHA for 3039b6b
Browse repository at this point
Commits on Aug 31, 2021
[ci] Use Github Actions for Windows x86 testing
lpinca
committed
04c032c
View commit details
Copy full SHA for 04c032c
Browse repository at this point
[pkg] Update eslint-plugin-prettier to version 4.0.0
lpinca
committed
48c2cb3
View commit details
Copy full SHA for 48c2cb3
Browse repository at this point
Commits on Aug 30, 2021
[minor] Skip unnecessary operations if the socket is already closed
Show description for ec9377c
lpinca
committed
ec9377c
View commit details
Copy full SHA for ec9377c
Browse repository at this point
Commits on Aug 28, 2021
[dist] 8.2.1
lpinca
committed
cc7a779
View commit details
Copy full SHA for cc7a779
Browse repository at this point
[fix] Resume the socket in the next tick
Show description for 869c989
lpinca
committed
869c989
View commit details
Copy full SHA for 869c989
Browse repository at this point
Commits on Aug 21, 2021
[test] Reorganize some tests
lpinca
committed
ea6c054
View commit details
Copy full SHA for ea6c054
Browse repository at this point
Commits on Aug 18, 2021
[dist] 8.2.0
lpinca
committed
7647a89
View commit details
Copy full SHA for 7647a89
Browse repository at this point
Commits on Aug 17, 2021
[minor] Add `WebSocket.WebSocket{,Server}` aliases (#1935)
Show description for d5e3549
lpinca
authored
d5e3549
View commit details
Copy full SHA for d5e3549
Browse repository at this point
Commits on Aug 15, 2021
[doc] Fix `createWebSocketStream()` documentation
Show description for c677aab
lpinca
committed
c677aab
View commit details
Copy full SHA for c677aab
Browse repository at this point
Commits on Aug 12, 2021
[doc] Sort options alphabetically
lpinca
committed
f38247e
View commit details
Copy full SHA for f38247e
Browse repository at this point
Commits on Aug 11, 2021
[dist] 8.1.0
lpinca
committed
142f091
View commit details
Copy full SHA for 142f091
Browse repository at this point
[feature] Add ability to skip UTF-8 validation (#1928)
Show description for d21c810
lpinca
committed
d21c810
View commit details
Copy full SHA for d21c810
Browse repository at this point
[minor] Fix typo (#1929)
eltociear
authored
9bd3bd1
View commit details
Copy full SHA for 9bd3bd1
Browse repository at this point
[major] Use an options object instead of positional arguments
Show description for 1e938f1
lpinca
committed
1e938f1
View commit details
Copy full SHA for 1e938f1
Browse repository at this point
Commits on Aug 9, 2021
[example] Update uuid to version 8.3.2
lpinca
committed
7f0b5c4
View commit details
Copy full SHA for 7f0b5c4
Browse repository at this point
Commits on Aug 7, 2021
[test] Move code block closer to where it is used
lpinca
committed
fd47c96
View commit details
Copy full SHA for fd47c96
Browse repository at this point
Commits on Aug 6, 2021
[fix] Fix misleading error message
Show description for c95e695
lpinca
committed
c95e695
View commit details
Copy full SHA for c95e695
Browse repository at this point
[fix] Do not rely on undocumented behavior
Show description for 6a72da3
lpinca
committed
6a72da3
View commit details
Copy full SHA for 6a72da3
Browse repository at this point
Commits on Aug 3, 2021
[license] Fix license text
lpinca
committed
04e74a1
View commit details
Copy full SHA for 04e74a1
Browse repository at this point
Commits on Jul 29, 2021
[dist] 8.0.0
lpinca
committed
fc40248
View commit details
Copy full SHA for fc40248
Browse repository at this point
[major] Overhaul event classes
Show description for 21e6500
lpinca
committed
21e6500
View commit details
Copy full SHA for 21e6500
Browse repository at this point
[minor] Fix nits
lpinca
committed
bd7febb
View commit details
Copy full SHA for bd7febb
Browse repository at this point
[fix] Return `null` if the event handler is not set
Show description for 6756cf5
lpinca
committed
6756cf5
View commit details
Copy full SHA for 6756cf5
Browse repository at this point
[fix] Make listeners added via event handler properties independent
Show description for 8c61563
lpinca
committed
8c61563
View commit details
Copy full SHA for 8c61563
Browse repository at this point
Previous
Next
You can’t perform that action at this time.