-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
When producing extension specs, it is a bit difficult to specify where new steps should be slotted in wrt to the getDisplayMedia() algorithm.
I propose that where we currently have the following step:
- Resolve p with stream and abort these steps.
We could have a preceding step:
- Run <dfn class="export">getDisplayMedia pre-resolution extension steps</dfn>.
- Resolve p with stream and abort these steps.
There could be a note explaining how these extension steps are defined in other specs and must be agnostic of the order in which they are executed.
Metadata
Metadata
Assignees
Labels
No labels