WebAPI/Inter App Communication Alt proposal: Difference between revisions

m
Line 82: Line 82:
A ''MessagePort'' is the channel that connects two applications and allow them to send and receive messages.
A ''MessagePort'' is the channel that connects two applications and allow them to send and receive messages.


  interface MessagePort {
  interface MessagePort {
     void start();
     void start();
     void close();
     void close();
Confirmed users
110

edits