Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // https://w3c.github.io/presentation-api/#interface-presentation | |
|
mlamouri (slow - plz ping)
2016/08/23 13:04:50
https://w3c.github.io/presentation-api/#interface-
zhaobin
2016/08/23 20:43:54
Done.
| |
| 6 | |
| 7 [ | |
| 8 RuntimeEnabled=PresentationReceiver | |
| 9 ] interface PresentationConnectionList : EventTarget { | |
| 10 readonly attribute FrozenArray<PresentationConnection> connections; | |
| 11 attribute EventHandler onconnectionavailable; | |
| 12 }; | |
| OLD | NEW |