A framework for building native applications using React
COMMITS
/ Libraries/WebSocket/WebSocket.js December 3, 2018
C
Use `invariant` instead of `fbjs/lib/invariant`
Christoph Nakazawa committed
November 4, 2018
I
Fix duplicate function declaration in WebSockets (#22098)
Ignacio Olaciregui committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
June 6, 2018
P
Bump Prettier to 1.13.4 on xplat
Peter van der Zee committed
May 11, 2018
E
Prettier React Native Libraries
Eli White committed
April 25, 2018
R
Remove @providesModule from all modules
Rubén Norte committed
April 9, 2018
E
Revert "Remove Platform check from WebSocket module"
Eric Rozell committed
March 20, 2018
S
Upgrade to Flow v0.68.0
Sam Goldman committed
February 23, 2018
E
Remove Platform check from WebSocket module
Eric Rozell committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
January 26, 2018
S
Implement Blob support for XMLHttpRequest
Satyajit Sahoo committed
September 6, 2017
M
@allow-large-files Flow v0.54.0
Marshall Roch committed
August 10, 2017
R
WebSocket API change to make room for other connection options (SSL pinning)
Rob Hogan committed
July 26, 2017
P
Add blob implementation with WebSocket integration
Philipp von Weitershausen committed
June 1, 2017
A
Added stubs for some native modules
Alex Dvornikov committed
February 9, 2017
D
Fix race condition during initialization
Dan Abramov committed
January 21, 2017
P
XHR: support typed arrays for request payloads
Philipp von Weitershausen committed
September 9, 2016
D
Updating Websocket readyState in case of websocketFailed event
Dmitry Petukhov committed
September 8, 2016
J
Remove guard that we used in iOS 7 to avoid a JS crash
James Ide committed
July 5, 2016
D
Add ping to WebSocket
danielbasedow committed
May 12, 2016
N
Updated Websocket to use new event system
Nick Lockwood committed
April 27, 2016
P
Fix WebSocket compatibility with event-target-shim ^1.0.5
Philipp von Weitershausen committed
April 20, 2016
P
Add support for sending binary data in websockets
Philipp von Weitershausen committed
April 18, 2016
P
Clean up and simplify WebSocket implementation on the JS side
Philipp von Weitershausen committed
March 15, 2016
A
Backed out changeset 183744d2415b
Alexey Dodonov committed
C
Reverted commit D3040735
Christopher Dro committed
C
Update options parameter to headers. Update to spec.
Christopher Dro committed
March 6, 2016
Z
WebSocket: call onclose before closing in event of error
Zack committed
February 16, 2016
S
Annotate WebSocket with Flow
Satyajit Sahoo committed
January 20, 2016
A
Added an optional options parameter for WebSockets
Andy Prock committed
December 22, 2015
J
Add support for binary type data (ArrayBuffer)
Johan Lindskogen committed
October 27, 2015
S
Don't throw runtime exception if WebSocket is already closed
Satyajit Sahoo committed
October 14, 2015
Y
Check that WS connection is open before closing it on failed. Fixes #3346
Yuri Zarubin committed
October 7, 2015
S
Implement WebSocket module for Android. Fixes #2837
Satyajit Sahoo committed