| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |