[mediacapture-fromelement] Specify when requestFrame() captures the canvas content

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

== Specify when requestFrame() captures the canvas content ==
http://w3c.github.io/mediacapture-fromelement/#dfn-requestframe

> The `requestFrame()` method allows applications to manually request 
that a frame from the canvas be captured and rendered into the track. 
In cases where applications progressively render to a canvas, this 
allows applications to avoid capturing a partially rendered frame.

This doesn't say what invoking `requestFrame()` should actually do. 
Does requesting mean that what is currently on the canvas gets encoded
 as a new frame, or is it a request to capture the canvas content at 
some later time, and if so at what time?

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

Received on Thursday, 18 February 2016 06:12:26 UTC