We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5ae54 commit 7677e7aCopy full SHA for 7677e7a
web_socket.js
@@ -68,10 +68,6 @@
68
}, 0);
69
};
70
71
-
72
- // flag to check implementation of WebSocket
73
- WebSocket.flash_implemented = true;
74
75
/**
76
* Send data to the web socket.
77
* @param {string} data The data to send to the socket.
@@ -225,6 +221,8 @@
225
221
WebSocket.CLOSING = 2;
226
222
WebSocket.CLOSED = 3;
227
223
224
+ // Field to check implementation of WebSocket.
+ WebSocket.__isFlashImplementation = true;
228
WebSocket.__initialized = false;
229
WebSocket.__flash = null;
230
WebSocket.__instances = {};
0 commit comments