Re: Nullable interface members (which cannot be initialized to null by the script)

Yes, remove the ? where appropriate.

On 5 December 2013 02:11, Adam Bergkvist <adam.bergkvist@ericsson.com> wrote:
> interface RTCIceCandidate {
>                 attribute DOMString?      candidate;
>                 attribute DOMString?      sdpMid;
>                 attribute unsigned short? sdpMLineIndex;

Given that null is used as a sentinel here signifying the end of
candidate gathering, this one can't be changed.

Received on Thursday, 5 December 2013 17:54:48 UTC