websocket.js
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "websocket.js", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "WebSocket browser client with reconnect back-off feature.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -10,3 +10,3 @@ declare module "websocket.js" { | ||
class WebSocketClient { | ||
class WebSocketClient extends WebSocket { | ||
constructor (url: string, protocols?: string[], options?: WebSocketConnectionOptions); | ||
@@ -20,9 +20,2 @@ url: string; | ||
listeners: {[id: string]: Function}; | ||
onclose: Function; | ||
onerror: Function; | ||
onmessage: Function; | ||
onopen: Function; | ||
onreconnect: Function; | ||
} | ||
@@ -29,0 +22,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
209176
1996