- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Jul 2016 11:33:24 +0000
- To: public-media-capture-logs@w3.org
It doesn't matter, is how I read @pthatcherg. Your polyfill is about right, except it's `readyState`, so do: ```js var active = stream.getTracks().some(track => track.readyState != 'ended'); ``` -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/370#issuecomment-230270292 using your GitHub account
Received on Monday, 4 July 2016 11:33:34 UTC