mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #1040 from overte-org/JulianGro-patch-1
Remove note about secure WebSockets not being supported.
This commit is contained in:
commit
81f1da9f48
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ class ScriptEngine;
|
|||
* <p>Create using <code>new WebSocket(...)</code> in Interface, client entity, avatar, and server entity scripts, or the
|
||||
* {@link WebSocketServer} class in server entity and assignment client scripts.
|
||||
*
|
||||
* <p><strong>Note:</strong> Does not support secure, <code>wss:</code> protocol.</p>
|
||||
*
|
||||
* @class WebSocket
|
||||
* @param {string|WebSocket} urlOrWebSocket - The URL to connect to or an existing {@link WebSocket} to reuse the connection of.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue