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

Side by Side Diff: tools/dom/docs/docs.json

Issue 18464003: Updated with ArrayBuffer => ByteBuffer rename in HttpRequest docs. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dart.dom.html": { 2 "dart.dom.html": {
3 "CanvasGradient": { 3 "CanvasGradient": {
4 "comment": [ 4 "comment": [
5 "/**", 5 "/**",
6 " * An opaque canvas object representing a gradient.", 6 " * An opaque canvas object representing a gradient.",
7 " *", 7 " *",
8 " * Created by calling [createLinearGradient] or [createRadialGradient] on a", 8 " * Created by calling [createLinearGradient] or [createRadialGradient] on a",
9 " * [CanvasRenderingContext2D] object.", 9 " * [CanvasRenderingContext2D] object.",
10 " *", 10 " *",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 " * <td>4</td> <td>done</td> <td>request is complete</td>", 520 " * <td>4</td> <td>done</td> <td>request is complete</td>",
521 " * </tr>", 521 " * </tr>",
522 " * </table>", 522 " * </table>",
523 " */" 523 " */"
524 ], 524 ],
525 "response": [ 525 "response": [
526 "/**", 526 "/**",
527 " * The data received as a reponse from the request.", 527 " * The data received as a reponse from the request.",
528 " *", 528 " *",
529 " * The data could be in the", 529 " * The data could be in the",
530 " * form of a [String], [ArrayBuffer], [Document], [Blob], or json ( also a", 530 " * form of a [String], [ByteBuffer], [Document], [Blob], or json (a lso a",
531 " * [String]). `null` indicates request failure.", 531 " * [String]). `null` indicates request failure.",
532 " */" 532 " */"
533 ], 533 ],
534 "responseText": [ 534 "responseText": [
535 "/**", 535 "/**",
536 " * The response in string form or `null on failure.", 536 " * The response in string form or `null on failure.",
537 " */" 537 " */"
538 ], 538 ],
539 "responseType": [ 539 "responseType": [
540 "/**", 540 "/**",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 " *", 626 " *",
627 " * [oldVersion] should match the database's current [version] exact ly.", 627 " * [oldVersion] should match the database's current [version] exact ly.",
628 " *", 628 " *",
629 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.", 629 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom -database-changeversion) from W3C.",
630 " */" 630 " */"
631 ] 631 ]
632 } 632 }
633 } 633 }
634 } 634 }
635 } 635 }
OLDNEW
« 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