- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Oct 2017 12:32:57 +0000
- To: public-media-capture-logs@w3.org
Firefox and Chrome at least implement non-spec ways to measure frame rate. >From [fiddle](https://jsfiddle.net/jib1/suLvcr3a/): ```js let frames = v => v.mozPaintedFrames || v.webkitDecodedFrameCount; ``` -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/466#issuecomment-336118144 using your GitHub account
Received on Thursday, 12 October 2017 12:32:45 UTC