Skip to content

Editorial proposal: Add extension hook #312

@eladalon1983

Description

@eladalon1983

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:

  1. Resolve p with stream and abort these steps.

We could have a preceding step:

  1. Run <dfn class="export">getDisplayMedia pre-resolution extension steps</dfn>.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions