w3c / mediacapture-fromelement

API to create a MediaStream from Media Element
https://w3c.github.io/mediacapture-fromelement
Other
21 stars 15 forks source link

Integrate with HTML #94

Open annevk opened 2 years ago

annevk commented 2 years ago

There's a lack of clarity how these features integrate with the event loop (and its rendering steps). E.g., one thing that is unclear is how canvas ends up generating frames ("canvas is painted" is not an existing concept). As things stand in HTML that aspect isn't directly observable from script.

annevk commented 2 years ago

See also #28.