Chrome browser supports uploading streaming https://developer.chrome.com/docs/capabilities/web-apis/fetch-streaming-requests over HTTP/2. On Chrome HTTP/2 is only supported over `https:`. How would I go about wrapping `TCPServerSocket` with `forge` to implement a TLS support for a TCP server in the browser?