tree: 216098790514e28ebc674371be51c9c801107044 [path history] [tgz]
  1. test/
  2. tests/
  3. BUILD.gn
  4. DEPS
  5. mojo.cc
  6. mojo.h
  7. mojo.idl
  8. mojo_create_data_pipe_options.idl
  9. mojo_create_data_pipe_result.idl
  10. mojo_create_message_pipe_result.idl
  11. mojo_create_shared_buffer_result.idl
  12. mojo_discard_data_options.idl
  13. mojo_duplicate_buffer_handle_options.idl
  14. mojo_handle.cc
  15. mojo_handle.h
  16. mojo_handle.idl
  17. mojo_handle_signals.idl
  18. mojo_map_buffer_result.idl
  19. mojo_read_data_options.idl
  20. mojo_read_data_result.idl
  21. mojo_read_message_flags.idl
  22. mojo_read_message_result.idl
  23. mojo_watcher.cc
  24. mojo_watcher.h
  25. mojo_watcher.idl
  26. mojo_write_data_options.idl
  27. mojo_write_data_result.idl
  28. OWNERS
  29. README.md
third_party/blink/renderer/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.