Re: [webmessaging-tests] postMessage with zero or one argument shall throw SyntaxError (#1435)

@AFBarstow the algorithms in HTML are layered on top of WebIDL. The input to the algorithms in HTML are IDL values. So it's not a bug, and it doesn't override. It's just that if you ever reach the first step of postMessage, WebIDL conversion has already happened so you know the second argument is present and is a DOMString.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1435#issuecomment-65223932

Received on Tuesday, 2 December 2014 12:29:13 UTC