Network

Network I/O

The Network I/O subsystem mimics the standards found on the web. The following API surfaces are available:

Web Socket Support

The entire web socket API is supported, except for extensions handling.

XMLHttpRequest Support

Most of the XHR API surface is supported, including:

Unsupported portions of the surface:

Fetch Support

Fetch is polyfilled on top of the XHR implementation using https://github.com/github/fetch.