tree: fd157f91b4e159ce7924e4af155dd844a1d2b624 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. DIR_METADATA
  4. OWNERS
  5. PLATFORM_OWNERS
  6. README.md
chromeos/components/system_apps/README.md

System Apps

Contains shared libraries used by System Web Applications and System Web Extensions.

message_pipe.js

Library for communicating between two Javascript contexts e.g. main frame and iframe, main frame and worker, etc. The library provides a promise-based API on top of postMessage().