blob: 1b2360ca4b8aa8bbaf03090f8729770b751f19ce [file] [log] [blame]
// Copyright 2019 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://github.com/WICG/ua-client-hints
[
RuntimeEnabled=UserAgentClientHint
] interface mixin NavigatorUA {
[SecureContext] readonly attribute NavigatorUAData userAgentData;
};