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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
gopherjs
/
websocket
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
111
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Port to WASM
- #27
#27
Open
mjohnson9
wants to merge 15 commits into
master
gopherjs/websocket:master
from
wasm
gopherjs/websocket:wasm
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Port to WASM
#27
mjohnson9
wants to merge 15 commits into
master
gopherjs/websocket:master
from
wasm
gopherjs/websocket:wasm
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2018
Port to WASM
mjohnson9
committed
224fc9d
View commit details
Copy full SHA for 224fc9d
Browse repository at this point
Commits on Sep 16, 2018
Add large read test
mjohnson9
committed
b93db86
View commit details
Copy full SHA for b93db86
Browse repository at this point
Make the conn.onMessage callback never block
mjohnson9
committed
14ad807
View commit details
Copy full SHA for 14ad807
Browse repository at this point
Make websocketjs.WebSocket.Send accept js.Value
mjohnson9
committed
0d6cf3a
View commit details
Copy full SHA for 0d6cf3a
Browse repository at this point
Remove legacy TypedArray code from websocketjs.WebSocket.Send
mjohnson9
committed
bc9bf10
View commit details
Copy full SHA for bc9bf10
Browse repository at this point
Refactor tests based on the module they're testing
mjohnson9
committed
66e2b26
View commit details
Copy full SHA for 66e2b26
Browse repository at this point
Add test for large binary echo
mjohnson9
committed
5fba360
View commit details
Copy full SHA for 5fba360
Browse repository at this point
Reuse buffer in echo test
mjohnson9
committed
8097c44
View commit details
Copy full SHA for 8097c44
Browse repository at this point
Add check for extra data to echo test
mjohnson9
committed
52bb973
View commit details
Copy full SHA for 52bb973
Browse repository at this point
Rename TestWSTimeout -> TestConnTimeout
mjohnson9
committed
960b81e
View commit details
Copy full SHA for 960b81e
Browse repository at this point
Minor cleanup of commented code; style fixes
mjohnson9
committed
8501e8e
View commit details
Copy full SHA for 8501e8e
Browse repository at this point
Commits on Oct 6, 2018
Add logic to close the 30 second wait socket in tests after the client closes
mjohnson9
committed
5ad98ea
View commit details
Copy full SHA for 5ad98ea
Browse repository at this point
Add new fast path for websocket.conn.Read
mjohnson9
committed
27a28a5
View commit details
Copy full SHA for 27a28a5
Browse repository at this point
Move to gopherwasm/js package for JavaScript interactions
mjohnson9
committed
6fe0f86
View commit details
Copy full SHA for 6fe0f86
Browse repository at this point
Remove new websocket.conn.Read fast path; it breaks EOF logic
mjohnson9
committed
5ba46d5
View commit details
Copy full SHA for 5ba46d5
Browse repository at this point
You can’t perform that action at this time.