- 
                Notifications
    You must be signed in to change notification settings 
- Fork 17
HTTP Protocol suport #271
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
HTTP Protocol suport #271
Conversation
* browser support via `XMLHttpRequest` * nodejs support via `http.request`
| Codecov Report
 @@            Coverage Diff             @@
##              6.x     #271      +/-   ##
==========================================
- Coverage   83.98%   80.27%   -3.71%     
==========================================
  Files          17       19       +2     
  Lines        1917     2023     +106     
==========================================
+ Hits         1610     1624      +14     
- Misses        307      399      +92
 Continue to review full report at Codecov. 
 | 
| } | ||
| }); | ||
| } | ||
| // Track requests made to allow Room.subscribeToSelf to work | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment seems to be a leftover from previous sdk versions
Add support for HTTP protocol
fix #167
fix also #282