You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/tsconnect/src
Mihai Parparita 11fcc3a7b0 cmd/tsconnect: fix xterm.js link opening not working when rendered into another window
The default WebLinksAddon handler uses window.open(), but that gets blocked
by the popup blocker when the event being handled is another window. We
instead need to invoke open() on the window that the event was triggered
in.

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
app cmd/tsconnect: enable web links addon in the terminal 2 years ago
lib cmd/tsconnect: fix xterm.js link opening not working when rendered into another window 2 years ago
pkg cmd/tsconnect: expose runSSHSession in npm package 2 years ago
types cmd/tsconnect: output errors to the JS console too 2 years ago