basex-lsp/bundles/lemminx/test.html
2025-11-11 15:36:33 +00:00

4 lines
No EOL
102 B
HTML

<script>
const webSocket = new WebSocket("ws://localhost:5008");
alert("hi");
</script>