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

Unified Diff: tools/dom/docs/docs.json

Issue 19726003: Update HttpRequest.request documentation to mention ByteBuffer instead of ArrayBuffer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index b2fd1ba08067e9a9a502d14a3effbb2bb76866cb..7ce71fbe4a0653caa1d1c778f5d70c67cee4dbbb 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -527,7 +527,7 @@
" * The data received as a reponse from the request.",
" *",
" * The data could be in the",
- " * form of a [String], [ArrayBuffer], [Document], [Blob], or json (also a",
+ " * form of a [String], [ByteBuffer], [Document], [Blob], or json (also a",
" * [String]). `null` indicates request failure.",
" */"
],
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698