| OLD | NEW |
| 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 " * The response is processed as", | 529 " * The response is processed as", |
| 530 " * `text/xml` stream, unless responseType = 'document' and the requ
est is", | 530 " * `text/xml` stream, unless responseType = 'document' and the requ
est is", |
| 531 " * synchronous.", | 531 " * synchronous.", |
| 532 " */" | 532 " */" |
| 533 ], | 533 ], |
| 534 "send": [ | 534 "send": [ |
| 535 "/**", | 535 "/**", |
| 536 " * Send the request with any given `data`.", | 536 " * Send the request with any given `data`.", |
| 537 " *", | 537 " *", |
| 538 " * See also:", | 538 " * See also:", |
| 539 " * [send() docs](https://developer.mozilla.org/en-US/docs/DOM/XMLHt
tpRequest#send())", | 539 " *", |
| 540 " * * [send](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpR
equest#send%28%29)", |
| 540 " * from MDN.", | 541 " * from MDN.", |
| 541 " */" | 542 " */" |
| 542 ], | 543 ], |
| 543 "status": [ | 544 "status": [ |
| 544 "/**", | 545 "/**", |
| 545 " * The http result code from the request (200, 404, etc).", | 546 " * The http result code from the request (200, 404, etc).", |
| 546 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_
of_HTTP_status_codes)", | 547 " * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_
of_HTTP_status_codes)", |
| 547 " */" | 548 " */" |
| 548 ], | 549 ], |
| 549 "statusText": [ | 550 "statusText": [ |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 " *", | 600 " *", |
| 600 " * [oldVersion] should match the database's current [version] exact
ly.", | 601 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 601 " *", | 602 " *", |
| 602 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 603 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 603 " */" | 604 " */" |
| 604 ] | 605 ] |
| 605 } | 606 } |
| 606 } | 607 } |
| 607 } | 608 } |
| 608 } | 609 } |
| OLD | NEW |