integration: test /ts2021 WebSocket GET with a real WASM client

A raw coder/websocket dial and the real tailscale.com js/wasm control client under Node, both against headscale alongside normal Tailscale clients.

Updates #3357
This commit is contained in:
Kristoffer Dalby
2026-07-01 08:39:12 +00:00
parent fc6f216b61
commit f4fba32dc6
4 changed files with 456 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build !js
// This package only does something when built for GOOS=js (see main.go). The
// stub exists so `go build ./...` and `go vet ./...` on the host don't fail with
// "build constraints exclude all Go files" for this directory.
package main
func main() {}