Re: [webrtc-pc] Make RTCDtlsTransport.getRemoteCertificates asynchronous? (#2034)

@alvestrand Edge implements getRemoteCertificates.  Since it returns an empty list until the DtlsTransport.state transitions to "connected", getRemoteCertificates() is typically called within the onstatechange EventHandler. A promise would therefore be more convenient. 

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

Received on Monday, 26 November 2018 21:09:50 UTC