1
    2
    3
    4
    5
    6
    7
    8

ash / webui / system_apps / README.md [blame]

# 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().