- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Jan 2016 03:48:55 +0000
- To: public-webrtc@w3.org
jan-ivar has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == non-nullable RTCTrackEvent args means Init dict members are required. == Mozilla's webidl compiler actually requires this or the binding code wont compile (it's undefined what happens when no args are passed). It's either this or make the RTCTrackEvent args nullable and default to `null`. See https://github.com/w3c/webrtc-pc/pull/446
Received on Tuesday, 5 January 2016 03:48:58 UTC