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

Unified Diff: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl

Issue 2573043002: Update stale links to dvcs.w3.org (Closed)
Patch Set: https Created 4 years 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
Index: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
diff --git a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
index 34f73236a45f98b3534ffd54e9a02ccbb0fae617..ca3cb0721a0ab06d4e17931b97b97929d13e406a 100644
--- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
+++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/Beacon/Overview.html#Navigator
+// https://w3c.github.io/beacon/#sec-sendBeacon-method
partial interface Navigator {
[CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, optional (ArrayBufferView or Blob or DOMString or FormData)? data = null);

Powered by Google App Engine
This is Rietveld 408576698