Merge pull request #1040 from overte-org/JulianGro-patch-1

Remove note about secure WebSockets not being supported.
This commit is contained in:
ksuprynowicz 2024-06-20 23:21:48 +02:00 committed by GitHub
commit 81f1da9f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*