WebAPI/Inter App Communication Alt proposal: Difference between revisions

m
Line 69: Line 69:
Applications that fulfill the rules specified in the ''.connect()'' call and have explicitly been allowed by the user to connect with the caller application will receive a system message named 'connection' containing a ''InterAppConnectionRequest'' object of this form as a ''message''.
Applications that fulfill the rules specified in the ''.connect()'' call and have explicitly been allowed by the user to connect with the caller application will receive a system message named 'connection' containing a ''InterAppConnectionRequest'' object of this form as a ''message''.


   Dictionary InterAppConnectionRequest {
   interface InterAppConnectionRequest {
     DOMString keyword;
     DOMString keyword;
     InterAppMessagePort port;
     InterAppMessagePort port;
Confirmed users
110

edits