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 }}
Niahm
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ws
lib
on
master
User selector
All users
All time
Commit history
Commits on Aug 30, 2013
browser: update code to accept the 3rd options argument
TooTallNate
committed
0cb9fe7
View commit details
Copy full SHA for 0cb9fe7
View code at this point
Browse repository at this point
WebSocket: default the `bufferedAmount` to 0 even once the _socket it connected
Show description for c2911d8
TooTallNate
committed
c2911d8
View commit details
Copy full SHA for c2911d8
View code at this point
Browse repository at this point
Commits on Aug 29, 2013
Merge pull request #231 from mcollina/browserify
Show description for f0b2c51
3rd-Eden
committed
f0b2c51
View commit details
Copy full SHA for f0b2c51
View code at this point
Browse repository at this point
Commits on Aug 28, 2013
WebSockets: don't treat an Array like the "options" object
TooTallNate
committed
a08cd2c
View commit details
Copy full SHA for a08cd2c
View code at this point
Browse repository at this point
WebSocket: fix the options being initialized
Show description for 57f0775
TooTallNate
committed
57f0775
View commit details
Copy full SHA for 57f0775
View code at this point
Browse repository at this point
WebSocket: avoid defining the `self` variable twice
TooTallNate
committed
c77214f
View commit details
Copy full SHA for c77214f
View code at this point
Browse repository at this point
WebSocket: fix whitespace
TooTallNate
committed
aae2648
View commit details
Copy full SHA for aae2648
View code at this point
Browse repository at this point
WebSocket: use `Array.isArray()`
Show description for 6f2188b
TooTallNate
committed
6f2188b
View commit details
Copy full SHA for 6f2188b
View code at this point
Browse repository at this point
WebSocket: remove unused `self` variable
TooTallNate
committed
9aca3da
View commit details
Copy full SHA for 9aca3da
View code at this point
Browse repository at this point
WebSocket: allow "options" to be the 3rd argument
Show description for 887ebcb
TooTallNate
committed
887ebcb
View commit details
Copy full SHA for 887ebcb
View code at this point
Browse repository at this point
Proper browserify shim.
mcollina
committed
e4109be
View commit details
Copy full SHA for e4109be
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
[fix] Allow custom headers.
Show description for 43a0b2b
3rd-Eden
committed
43a0b2b
View commit details
Copy full SHA for 43a0b2b
View code at this point
Browse repository at this point
Commits on Aug 18, 2013
Merge pull request #220 from gramakri/master
Show description for 7180ae1
3rd-Eden
committed
7180ae1
View commit details
Copy full SHA for 7180ae1
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Merge pull request #214 from breedx2/header_ports_optional_when_default
Show description for c4e4e94
3rd-Eden
committed
c4e4e94
View commit details
Copy full SHA for c4e4e94
View code at this point
Browse repository at this point
Commits on Aug 11, 2013
Merge remote-tracking branch 'upstream/master'
kkoopa
committed
0e86b34
View commit details
Copy full SHA for 0e86b34
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Allow agent to be set through options
Girish Ramakrishnan
committed
b14cc41
View commit details
Copy full SHA for b14cc41
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
Clean up the Basic Auth patch with correct formatting.
3rd-Eden
committed
c63f29f
View commit details
Copy full SHA for c63f29f
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
[fix] properly create basic auth (Basic is not base4 encoded)
jcrugzz
committed
be256af
View commit details
Copy full SHA for be256af
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
[fix] add ability to handle basic auth
jcrugzz
committed
3eb7324
View commit details
Copy full SHA for 3eb7324
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Backwards compatibility.
kkoopa
committed
8ad8bec
View commit details
Copy full SHA for 8ad8bec
View code at this point
Browse repository at this point
Fixed arraybuffer handling.
kkoopa
committed
eaf9998
View commit details
Copy full SHA for eaf9998
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
Fixed ssl detection.
kkoopa
committed
1eb5b84
View commit details
Copy full SHA for 1eb5b84
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
whitespace correction
Jason Plumb
committed
514b129
View commit details
Copy full SHA for 514b129
View code at this point
Browse repository at this point
Append port number to Host and Origin header, only if specified in the url and non-default
Jason Plumb
committed
e9b5c6a
View commit details
Copy full SHA for e9b5c6a
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
another approach for fixing the race condition. moved data listener to the end of the function
saschagehlich
committed
3b9874c
View commit details
Copy full SHA for 3b9874c
View code at this point
Browse repository at this point
fix race condition in socket data listening
saschagehlich
committed
29833e3
View commit details
Copy full SHA for 29833e3
View code at this point
Browse repository at this point
Commits on Jun 27, 2013
Merge pull request #200 from inolen/master
Show description for 168ed48
einaros
committed
168ed48
View commit details
Copy full SHA for 168ed48
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
Merge pull request #198 from kanaka/master
Show description for 02b12c1
einaros
committed
02b12c1
View commit details
Copy full SHA for 02b12c1
View code at this point
Browse repository at this point
Commits on Jun 16, 2013
Add tests for target on events.
arlolra
committed
81bb913
View commit details
Copy full SHA for 81bb913
View code at this point
Browse repository at this point
Commits on Jun 1, 2013
Add target attribute to events.
arlolra
committed
ff04353
View commit details
Copy full SHA for ff04353
View code at this point
Browse repository at this point
Honor ArrayBufferView's byteOffset when sending
Anthony Pesch
committed
58a4b86
View commit details
Copy full SHA for 58a4b86
View code at this point
Browse repository at this point
Commits on May 29, 2013
Add subprotocol support. #29, #192, #193.
Show description for 8a2e11d
kanaka
committed
8a2e11d
View commit details
Copy full SHA for 8a2e11d
View code at this point
Browse repository at this point
Commits on May 4, 2013
Add 'Host' and 'Origin' to request header. Fixes problems with mtgox
Lars-Magnus Skog
committed
c091e1c
View commit details
Copy full SHA for c091e1c
View code at this point
Browse repository at this point
Commits on Apr 25, 2013
typo broke the build
einaros
committed
43f578b
View commit details
Copy full SHA for 43f578b
View code at this point
Browse repository at this point
ensure ssl options are propagated to request
einaros
committed
2d87d44
View commit details
Copy full SHA for 2d87d44
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.