A framework for building native applications using React
COMMITS
/ Libraries/WebSocket/RCTWebSocketModule.m September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
March 25, 2018
J
use correct delegate queue in RCTRSWebSocket
Jake 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
December 4, 2017
M
Avoid memory leak in RCTWebSocketModule
Mehdi Mulani 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
May 24, 2017
S
Added Cookie Header to XML and Websocket request
Seraj Ahmad committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
July 18, 2016
P
Add MessageQueue method for executing function and returning its result
Pieter De Baets 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 20, 2016
P
Add support for sending binary data in websockets
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
January 20, 2016
A
Added an optional options parameter for WebSockets
Andy Prock committed
January 15, 2016
P
Make the RCTSRWebSocketDelegate protocol part of RCTWebSocketModule public
Philipp von Weitershausen committed
December 22, 2015
J
Add support for binary type data (ArrayBuffer)
Johan Lindskogen committed
November 25, 2015
N
Refactored module access to allow for lazy loading
Nick Lockwood committed
November 14, 2015
N
Replaced RCTSparseArray with NSDictionary
Nick Lockwood committed
October 7, 2015
S
Implement WebSocket module for Android. Fixes #2837
Satyajit Sahoo committed