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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 2832353003: Clarify units for timeout (Closed)
Patch Set: Created 3 years, 8 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:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/docs/docs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 77a2613ceac513bffebcbfeeec8c80577c381316..6c06c5a4944f40a1d495418973465d0388e9e49c 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -22569,7 +22569,8 @@ class HttpRequest extends HttpRequestEventTarget {
_blink.BlinkXMLHttpRequest.instance.statusText_Getter_(this);
/**
- * Length of time before a request is automatically terminated.
+ * Length of time in milliseconds before a request is automatically
+ * terminated.
*
* When the time has passed, a [TimeoutEvent] is dispatched.
*
@@ -22588,7 +22589,8 @@ class HttpRequest extends HttpRequestEventTarget {
int get timeout => _blink.BlinkXMLHttpRequest.instance.timeout_Getter_(this);
/**
- * Length of time before a request is automatically terminated.
+ * Length of time in milliseconds before a request is automatically
+ * terminated.
*
* When the time has passed, a [TimeoutEvent] is dispatched.
*
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/docs/docs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698