Not TestedTesting not done, may not work properly
Networking

WebTransport API

Low-latency bidirectional client-server streaming over HTTP/3 / QUIC protocols.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

if ('WebTransport' in window) {
  const transport = new WebTransport('https://example.com:4433/webtransport');
  await transport.ready;
}

About the WebTransport API Web API

WebTransport API provides low-latency, bidirectional, un-ordered client-server communications.

Specification:W3C & WHATWG Web API Standard
Sponsored Content