[webrtc-pc] Pull Request: Call RTCDtlsFingerprint a dictionary, not an object

foolip has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Call RTCDtlsFingerprint a dictionary, not an object ==
RTCDtlsFingerprint is a dictionary. Web IDL says that "IDL dictionary type
values are represented by ECMAScript Object values", but they are not the same:
https://heycam.github.io/webidl/#es-dictionary

See https://github.com/w3c/webrtc-pc/pull/1139

Received on Friday, 21 April 2017 16:39:02 UTC