chromium/third_party/blink/renderer/modules/locked_mode/locked_mode.idl

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Locked Mode functionality where a site prompts the user to enter a
// locked-down fullscreen mode.
//
// https://github.com/explainers-by-googlers/locked-mode/blob/main/README.md

[
  RuntimeEnabled=LockedMode,
  SecureContext
] interface LockedMode {};