Remove note about secure WebSockets not being supported.

It just works, even though nobody touched the code in years. Maybe it was broken in older Qt versions?
This commit is contained in:
Julian Groß 2024-06-18 22:24:32 +02:00 committed by GitHub
parent c8eb453358
commit 24c7b6729a
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.
*