DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/core/http/ |
Current File : /var/www/devs.lapieza.net/node_modules/pusher-js/src/core/http/socket_hooks.ts |
import Socket from '../socket'; import URLLocation from './url_location'; interface SocketHooks { getReceiveURL(url: URLLocation, session: string): string; onHeartbeat(Socket): void; sendHeartbeat(Socket): void; onFinished(Socket, Status): void; } export default SocketHooks; |