chromium/third_party/blink/renderer/modules/smart_card/navigator_smart_card.idl

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

// https://wicg.github.io/web-smart-card/#extensions-to-the-navigator-interface

[
  Exposed=Window,
  ImplementedAs=SmartCardResourceManager,
  RuntimeEnabled=SmartCard,
  SecureContext,
  IsolatedContext
] partial interface Navigator {
    [SameObject] readonly attribute SmartCardResourceManager smartCard;
};