UNPKG

pusher-js

Version:

Pusher JavaScript library for browser, React Native, NodeJS and web workers

8 lines (6 loc) 84 B
enum State { CONNECTING = 0, OPEN = 1, CLOSED = 3 } export default State;