Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
gimite
/
web-socket-js
Public
Notifications
You must be signed in to change notification settings
Fork
488
Star
2.7k
Code
Issues
26
Pull requests
4
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 7, 2015
Suppress SecurityError on processEvents(). #159
gimite
committed
3010e94
Copy full SHA for 3010e94
Commits on Oct 24, 2015
Merge pull request #169 from lightsocks/master
Show description for 1ab03b3
gimite
committed
1ab03b3
Copy full SHA for 1ab03b3
Commits on Oct 10, 2015
fix the empty cookie bug
lightsocks
committed
534dd4b
Copy full SHA for 534dd4b
Commits on Jun 17, 2015
Merge pull request #162 from kkirsche/patch-1
Show description for 282e4d4
gimite
committed
282e4d4
Copy full SHA for 282e4d4
Commits on Jun 12, 2015
Remove moot `version` property from bower.json
Show description for 35778e4
kkirsche
committed
35778e4
Copy full SHA for 35778e4
Commits on Apr 3, 2014
Updating SWF files.
gimite
committed
f64a2b9
Copy full SHA for f64a2b9
Commits on Mar 12, 2014
fix #151
x25
committed
87ffc52
Copy full SHA for 87ffc52
Commits on Jan 16, 2014
Adding bower.json. #148
gimite
committed
4405e7d
Copy full SHA for 4405e7d
Commits on Dec 15, 2013
Using typeof(MessageEvent) to switch two ways to create MessageEvent.
gimite
committed
338760f
Copy full SHA for 338760f
Commits on Dec 12, 2013
Fix for Issue #142
Show description for 9c755f9
cope
committed
9c755f9
Copy full SHA for 9c755f9
Commits on Jul 9, 2013
Renaming license file.
gimite
committed
c1fd4e0
Copy full SHA for c1fd4e0
Adding LICENCE.txt.
gimite
committed
08cd896
Copy full SHA for 08cd896
Recompiling SWF files.
gimite
committed
15db822
Copy full SHA for 15db822
Commits on Jun 24, 2013
handle continuation frame from server #129
ken107
committed
0991abd
Copy full SHA for 0991abd
Commits on Apr 25, 2013
Moving swfobject-src.js.
gimite
committed
c0855c6
Copy full SHA for c0855c6
Merge branch 'dfsg' of https://github.com/kanaka/web-socket-js
gimite
committed
7c4558f
Copy full SHA for 7c4558f
Commits on Apr 12, 2013
Add swfobject.js v2.2 source for DFSG compatibility.
Show description for 5c313e9
kanaka
committed
5c313e9
Copy full SHA for 5c313e9
Commits on Dec 4, 2012
Fixing a bug that it required whitespace after colon in the header. #126
gimite
committed
b5f4ab7
Copy full SHA for b5f4ab7
Commits on Nov 3, 2012
Rebuilding SWF files.
gimite
committed
10410eb
Copy full SHA for 10410eb
Commits on Nov 1, 2012
Include the patch from http://code.google.com/p/as3crypto/issues/detail?id=14 to make sending packets greater than 16K possible over SSL. Compile the SWF files with this patch using the flex 4.6 sd…
Show description for 1eb68ad
jamadden
committed
1eb68ad
Copy full SHA for 1eb68ad
Commits on Aug 9, 2012
Renaming flash_implemented to __isFlashImplementation.
gimite
committed
7677e7a
Copy full SHA for 7677e7a
@= flag of WebSocket implementation
abonec
committed
5c5ae54
Copy full SHA for 5c5ae54
Commits on Mar 17, 2012
Adding reference to futurechimp's Ruby implementation of Flash socket policy file server in README.
gimite
committed
2ee87e9
Copy full SHA for 2ee87e9
Commits on Jan 30, 2012
Updating README.
gimite
committed
6ca1919
Copy full SHA for 6ca1919
Commits on Dec 27, 2011
Switching to WebSocket version defined in RFC 6455.
gimite
committed
30b0e3c
Copy full SHA for 30b0e3c
Commits on Dec 17, 2011
Firing close event on error in send(). Hopefully fixes issue #92 .
gimite
committed
47c316c
Copy full SHA for 47c316c
Using MozWebSocket when available. Issue #87
gimite
committed
b16e4ce
Copy full SHA for b16e4ce
Commits on Dec 14, 2011
Using swfobject.addDomLoadEvent() to simplify the initialization.
gimite
committed
841b01d
Copy full SHA for 841b01d
Commits on Dec 11, 2011
Initializing automatically when web_socket.js is dynamically loaded.
Show description for 4f7b9f8
gimite
committed
4f7b9f8
Copy full SHA for 4f7b9f8
Commits on Nov 5, 2011
Closing connection on masked frame from server. Issue #103
gimite
committed
1402307
Copy full SHA for 1402307
Commits on Sep 26, 2011
Adding wasClean, code, reason to onclose event object. Code was partially taken from pull request #100 .
Show description for 55ae639
gimite
committed
55ae639
Copy full SHA for 55ae639
Commits on Sep 25, 2011
Using status code to express connection error and server closing.
gimite
committed
f056e9f
Copy full SHA for f056e9f
Handling IOError on send().
Show description for 23e7488
gimite
committed
23e7488
Copy full SHA for 23e7488
Commits on Sep 19, 2011
Sending closing frame for some errors.
gimite
committed
d3f2b90
Copy full SHA for d3f2b90
Fixing a bug that decoded key was not 16 bytes.
gimite
committed
ba3d7af
Copy full SHA for ba3d7af
Pagination
Previous
Next
You can’t perform that action at this time.