Nowadays HTTP/2 is rising as of its performance.
The recent version of Node.js supports HTTP/2 very well.
https://nodejs.org/api/http2.html
But I have no idea how to implement HTTP/2 client in the browser environment.
https://nodejs.org/api/http2.html#http2_client_side_example
The above link shows how to use it in Node.js client.
How can I implement the same client in the browser?