blob: fc9a5a5a74e0609856e35f26b10bf00e606d1e20 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/serial
[
ImplementedAs=Serial,
RuntimeEnabled=Serial,
SecureContext
] partial interface Navigator {
[SameObject] readonly attribute Serial serial;
};