This post describes how to try WebTransport (QuicTransport) in Chrome Canary with a sample server provided in Chromium.
Build QUIC transport simple server.QUIC transport simple server is provided in C
Continue reading
ES2015(aka ES6) introduced a new keyword let that declares a new variable in block scope. Before that, most JavaScript variables are function scope or global scope.
Function ScopeFollowing example sho
Continue reading
This is the first post of this blog.
More info about me: ME
Continue reading