blob: 09472c982106c6ec9e542779a5d043a70a9e9247 [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://w3c.github.io/presentation-api/#idl-def-presentationreceiver
[
RuntimeEnabled=PresentationReceiver
] interface PresentationReceiver {
[SameObject, CallWith=ScriptState] readonly attribute Promise<PresentationConnectionList> connectionList;
};