Chromium Code Reviews

Side by Side Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: RTCStatsReport.idl behind getStats-flag instead of updating virtual/stable/webexposed/global-interf… Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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/webrtc-pc/#rtcstatsreport-object
6 [
7 RuntimeEnabled=RTCPeerConnectionNewGetStats,
8 ] interface RTCStatsReport {
9 readonly maplike<DOMString, object>;
10 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine