tree: f87f655a6a70e7c9a9218a1fb086ea8094872f04 [path history] [tgz]
  1. testing/
  2. BUILD.gn
  3. DEPS
  4. Mojo.cpp
  5. Mojo.h
  6. Mojo.idl
  7. MojoCreateDataPipeOptions.idl
  8. MojoCreateDataPipeResult.idl
  9. MojoCreateMessagePipeResult.idl
  10. MojoCreateSharedBufferResult.idl
  11. MojoDiscardDataOptions.idl
  12. MojoDuplicateBufferHandleOptions.idl
  13. MojoHandle.cpp
  14. MojoHandle.h
  15. MojoHandle.idl
  16. MojoHandleSignals.idl
  17. MojoMapBufferResult.idl
  18. MojoReadDataOptions.idl
  19. MojoReadDataResult.idl
  20. MojoReadMessageFlags.idl
  21. MojoReadMessageResult.idl
  22. MojoWatcher.cpp
  23. MojoWatcher.h
  24. MojoWatcher.idl
  25. MojoWriteDataOptions.idl
  26. MojoWriteDataResult.idl
  27. README.md
third_party/WebKit/Source/core/mojo/README.md

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.