-
Notifications
You must be signed in to change notification settings - Fork 769
Message Channel API Article #626
Comments
Please propose an outline |
Javascript Thead CommunicationMessage Channel API is a part of Web Messaging specification . Message Channel allows to communicate two independent scripts like workers. It helps to transfer messages to the other end without any media, both the threads can communicate directly via ports. Array of ports can be sent using ports property of event. Ports send messages using Message Channel API helps to build heavy applications using javascript and is very useful to increase speed of javascript engines. Table of contents
|
I do like the idea of this article, specifically how and when it should be used (which I think should be at the top of the article). I am also very interested in how this works on mobile (ios, android and safari) and what developers should do if there is no support for the api (i.e, windows phone) |
Issue html5rocks#626 raised some time back regarding this. html5rocks#626
I would like to contribute to this repository with an article on Message Channel API.
The text was updated successfully, but these errors were encountered: