Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl

Issue 2363673002: Promise-based RTCPeerConnection::getStats implementation. (Closed)
Patch Set: Addressed comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
diff --git a/content/test/data/service_worker/fetch_event_respond_with_fetch.js b/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
similarity index 57%
copy from content/test/data/service_worker/fetch_event_respond_with_fetch.js
copy to third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
index df76d0a094fd0d876c78cc9f327df6e213e056c2..3b9f98a730f9c9223d43bfd5e2f3d861c1feecda 100644
--- a/content/test/data/service_worker/fetch_event_respond_with_fetch.js
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsReport.idl
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-this.onfetch = function(event) {
- event.respondWith(fetch(event.request));
+// https://w3c.github.io/webrtc-pc/#rtcstatsreport-object
+interface RTCStatsReport {
+ readonly maplike<DOMString, object>;
Mike West 2016/09/27 08:10:47 Have you sent blink-dev@ an intent to implement th
hbos_chromium 2016/09/27 08:38:38 I had forgotten! I sent one out now: https://group
};
« 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
This is Rietveld 408576698