react-native/Libraries/WebSocket
Nick Lockwood c5b990f65f Added lightweight generic annotations
Summary: public

Added lightweight genarics annotations to make the code more readable and help the compiler catch bugs.

Fixed some type bugs and improved bridge validation in a few places.

Reviewed By: javache

Differential Revision: D2600189

fb-gh-sync-id: f81e22f2cdc107bf8d0b15deec6d5b83aacc5b56
2015-11-03 14:49:30 -08:00
..
RCTWebSocket.xcodeproj Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
__mocks__ Fix tests related to event-target-shim 2015-10-02 12:36:23 -07:00
RCTSRWebSocket.h Added lightweight generic annotations 2015-11-03 14:49:30 -08:00
RCTSRWebSocket.m Added lightweight generic annotations 2015-11-03 14:49:30 -08:00
RCTWebSocketExecutor.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketExecutor.m Use JSStringCreateWithUTF8CString and skip NSString decoding when loading the bundle 2015-10-16 08:11:25 -07:00
RCTWebSocketModule.h Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
RCTWebSocketModule.m Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
WebSocket.js Don't throw runtime exception if WebSocket is already closed 2015-10-27 08:36:27 -07:00
WebSocketBase.js Don't throw runtime exception if WebSocket is already closed 2015-10-27 08:36:27 -07:00
WebSocketEvent.js Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00