Confirmed users
110
edits
Line 87: | Line 87: | ||
void postMessage(in jsval message); | void postMessage(in jsval message); | ||
attribute jsval onmessage; | attribute jsval onmessage; | ||
attribute jsval onstart; | // To Fernando: we should try to avoid defining the following two event handlers | ||
attribute jsval onclose; | // so that we can reuse the formal W3C MessagePort. Need to discuss about this. | ||
<strike>attribute jsval onstart;</strike> | |||
<strike>attribute jsval onclose;</strike> | |||
}; | }; | ||