Skip to content

Introduce document.exitFullscreen({ fully: true })? #70

@foolip

Description

@foolip

Split from #65

This would expose to the web a primitive that's used internally when navigating and when the user presses Esc (or similar), and would make it easier to test. The IDL would look like:

partial interface Document {
  Promise<void> exitFullscreen(optional ExitFullscreenOptions options);
};

dictionary ExitFullscreenOptions {
  boolean fully = false;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions