- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Mar 2021 13:34:16 +0000
- To: public-webrtc@w3.org
youennf has just created a new issue for https://github.com/w3c/webrtc-insertable-streams: == SFrameTransfor.setEncryptionKey cannot be set all possible keyID values == As per SFrame, keyID can be 64 bits. But unsigned long long is only mapping precisely up to 53 bits, as per https://heycam.github.io/webidl/#abstract-opdef-converttoint. One possibility is to use a BigInt in lieu, or in addition maybe. In that case values above max<unsigned long long> could trigger a RangeError. Please view or discuss this issue at https://github.com/w3c/webrtc-insertable-streams/issues/69 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 5 March 2021 13:34:18 UTC