Mojo JavaScript System API

This document is a subset of the Mojo documentation.

The JavaScript system API exposes the capabilities to create message pipes, data pipes, shared buffers and watchers. The API is defined using Web IDL. You could find the IDL files here

Please refer to the low-level C system API for more detailed documentation of equivalent methods.

TODO: Examples.