blob: 235604b3f20f4b98c5470611e3d8e68f8152db2e [file] [log] [blame]
// Copyright 2015 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://mediasession.spec.whatwg.org/#the-mediasession-interface
[
Constructor(),
GarbageCollected,
RuntimeEnabled=MediaSession,
] interface MediaSession {
void activate();
void deactivate();
};