blob: 5f6d68d9c6d9a3394c3ac39fe6aa4e04e6e38581 [file] [log] [blame]
// Copyright 2016 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/mediasession/#the-mediasession-interface
[
Exposed=(Window),
ImplementedAs=NavigatorMediaSession,
RuntimeEnabled=MediaSession
] partial interface Navigator {
[CallWith=ScriptState, SameObject] readonly attribute MediaSession mediaSession;
};