basex-lsp/bundles/lemminx/test.html
2025-08-25 16:23:51 +01:00

4 lines
No EOL
99 B
HTML

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