Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCDtlsTransport.onerror error.message #495

Closed
robin-raymond opened this issue Apr 22, 2016 · 3 comments
Closed

RTCDtlsTransport.onerror error.message #495

robin-raymond opened this issue Apr 22, 2016 · 3 comments

Comments

@robin-raymond
Copy link
Contributor

onerror of type EventHandler, nullable
This event handler, of event handler type error, must be supported by all objects implementing the RTCDtlsTransport interface. This event must be fired on reception of a DTLS error alert; an implementation should include DTLS error alert information in error.message.

I don't see error.message defined in the reference of the error event type.

And webrtc has this definition for error events:
http://w3c.github.io/webrtc-pc/#dfn-errorevent

@aboba
Copy link
Contributor

aboba commented Apr 22, 2016

The error event interface is defined here:
http://w3c.github.io/html/webappapis.html#the-errorevent-interface

Should we reference this similarly to what WebRTC 1.0 does?

@robin-raymond
Copy link
Contributor Author

Should we reference this similarly to what WebRTC 1.0 does?

Yes.

@robin-raymond
Copy link
Contributor Author

Better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants