Re: [webrtc-pc] Section 12: Missing WebIDL in RTCError

Section 12.2.4 is somewhat puzzling, since it doesn't list the attributes within the RTCErrorEventInit dictionary.  For example, I would have expected to see something like this: 

partial dictionary RTCErrorEventInit: EventInit {
  attribute RTCErrorDetailType errorDetail;
  attribute DOMString          message;
  attribute unsigned long     sdpLineNumber;
  attribute unsigned short     httpRequestStatusCode;
  attribute unsigned short    sctpCauseCode;
  attribute octet    receivedAlert;
  attribute octet    sentAlert;
}

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1158#issuecomment-309545490 using your GitHub account

Received on Monday, 19 June 2017 19:32:25 UTC