mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Base: Replace the WebSocket demo target URL with a working one
websocket.org was shutdown somewhere in late 2021, switch to websocket.events to make the demo work.
This commit is contained in:
committed by
Andreas Kling
parent
8339415939
commit
d66c513131
Notes:
sideshowbarker
2024-07-17 19:43:23 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/d66c513131f Pull-request: https://github.com/SerenityOS/serenity/pull/12235 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/sin-ack ✅
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
// Websocket echo server, provided from https://www.websocket.org/echo.html
|
||||
var targetUrl = "wss://echo.websocket.org";
|
||||
var targetUrl = "wss://echo.websocket.events";
|
||||
var messageContent = "Hello friends :^)";
|
||||
println('<span style="color: blue;">Connecting to:</span> ' + targetUrl);
|
||||
websocket = new WebSocket(targetUrl);
|
||||
|
||||
Reference in New Issue
Block a user