Confirmed users
483
edits
| Line 84: | Line 84: | ||
interface MessagePort { | interface MessagePort { | ||
void start(); | void start(); | ||
void | void stop(); | ||
void postMessage(...); | void postMessage(...); | ||
attribute jsval onmessage; | attribute jsval onmessage; | ||
attribute jsval onstart; | attribute jsval onstart; | ||
attribute jsval | attribute jsval onstop; | ||
}; | }; | ||