Chromium Code Reviews| 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..c3834bd1d361d1e6894b122e5aa0f4740c01a726 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 |
| +// http://w3c.github.io/beacon/#sec-sendBeacon-method |
|
foolip
2016/12/14 11:32:08
Oops, needs more secure.
|
| partial interface Navigator { |
| [CallWith=ExecutionContext, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(DOMString url, optional (ArrayBufferView or Blob or DOMString or FormData)? data = null); |