[mediacapture-record] Consider changing MediaRecorderOpionts.*bitsPerSecond to signed long

miguelao has just created a new issue for 
https://github.com/w3c/mediacapture-record:

== Consider changing MediaRecorderOpionts.*bitsPerSecond to signed 
long ==
These parameters [1] are ```unsigned long```; it might be better to 
have them signed integer, since they are potentially engaged in 
arithmetic operations. 

[1] 
http://w3c.github.io/mediacapture-record/MediaRecorder.html#dictionary-mediarecorderoptions-members
[2] https://www.w3.org/TR/WebIDL/#EnforceRange
[3] https://www.w3.org/TR/WebIDL/#Clamp


Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/48 using your GitHub
 account

Received on Thursday, 21 January 2016 18:32:13 UTC