| OLD | NEW |
| 1 { | 1 { |
| 2 "dart.dom.html": { | 2 "dart.dom.html": { |
| 3 "AbstractWorker": { | 3 "AbstractWorker": { |
| 4 "members": { | 4 "members": { |
| 5 "errorEvent": [ | 5 "errorEvent": [ |
| 6 "/**", | 6 "/**", |
| 7 " * Static factory designed to expose `error` events to event", | 7 " * Static factory designed to expose `error` events to event", |
| 8 " * handlers that are not necessarily instances of [AbstractWorker].
", | 8 " * handlers that are not necessarily instances of [AbstractWorker].
", |
| 9 " *", | 9 " *", |
| 10 " * See [EventStreamProvider] for usage information.", | 10 " * See [EventStreamProvider] for usage information.", |
| (...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3126 " *", | 3126 " *", |
| 3127 " * // Write to the console.", | 3127 " * // Write to the console.", |
| 3128 " * window.console.log('Jinkies!');", | 3128 " * window.console.log('Jinkies!');", |
| 3129 " * window.console.error('Jeepers!');", | 3129 " * window.console.error('Jeepers!');", |
| 3130 " *", | 3130 " *", |
| 3131 " * **Note:** This class represents only the current window, while [Wind
owBase]", | 3131 " * **Note:** This class represents only the current window, while [Wind
owBase]", |
| 3132 " * is a representation of any window, including other tabs, windows, an
d frames.", | 3132 " * is a representation of any window, including other tabs, windows, an
d frames.", |
| 3133 " *", | 3133 " *", |
| 3134 " * ## See also", | 3134 " * ## See also", |
| 3135 " *", | 3135 " *", |
| 3136 " * [WindowBase]", | 3136 " * * [WindowBase]", |
| 3137 " *", | 3137 " *", |
| 3138 " * ## Other resources", | 3138 " * ## Other resources", |
| 3139 " *", | 3139 " *", |
| 3140 " * * [DOM Window](https://developer.mozilla.org/en-US/docs/DOM/window)
from MDN.", | 3140 " * * [DOM Window](https://developer.mozilla.org/en-US/docs/DOM/window)
from MDN.", |
| 3141 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.", | 3141 " * * [Window](http://www.w3.org/TR/Window/) from the W3C.", |
| 3142 " */" | 3142 " */" |
| 3143 ], | 3143 ], |
| 3144 "members": { | 3144 "members": { |
| 3145 "devicemotionEvent": [ | 3145 "devicemotionEvent": [ |
| 3146 "/**", | 3146 "/**", |
| (...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4567 " *", | 4567 " *", |
| 4568 " * [oldVersion] should match the database's current [version] exact
ly.", | 4568 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 4569 " *", | 4569 " *", |
| 4570 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 4570 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 4571 " */" | 4571 " */" |
| 4572 ] | 4572 ] |
| 4573 } | 4573 } |
| 4574 } | 4574 } |
| 4575 } | 4575 } |
| 4576 } | 4576 } |
| OLD | NEW |