[webrtc-pc] Pull Request: Adding "[EnforceRange]" to RTCDataChannelInit.id.

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

== Adding "[EnforceRange]" to RTCDataChannelInit.id. ==
Fixes #1046.

Without doing this, values outside the 0-65535 range will be
converted to that range using modulo arithmetic, which isn't
something we want.

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

Received on Thursday, 2 March 2017 19:13:22 UTC