// 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.
// Partial Navigator interface for functionality related to Locked Mode.
//
// https://github.com/explainers-by-googlers/locked-mode/blob/main/README.md
[
ImplementedAs=LockedMode,
RuntimeEnabled=LockedMode,
SecureContext
] partial interface Navigator {
[SameObject] readonly attribute LockedMode lockedMode;
};