| 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.", |
| 11 " */" | 11 " */" |
| 12 ], | 12 ], |
| 13 "onerror": [ | 13 "onerror": [ |
| 14 "/// Stream of `error` events handled by this [AbstractWorker]." | 14 "/// Stream of `error` events handled by this [AbstractWorker]." |
| 15 ] | 15 ] |
| 16 } | 16 } |
| 17 }, | 17 }, |
| 18 "ApplicationCache": { | 18 "ApplicationCache": { |
| 19 "comment": [ |
| 20 "/**", |
| 21 " * ApplicationCache is accessed via [Window.applicationCache].", |
| 22 " */" |
| 23 ], |
| 19 "members": { | 24 "members": { |
| 20 "cachedEvent": [ | 25 "cachedEvent": [ |
| 21 "/**", | 26 "/**", |
| 22 " * Static factory designed to expose `cached` events to event", | 27 " * Static factory designed to expose `cached` events to event", |
| 23 " * handlers that are not necessarily instances of [ApplicationCache
].", | 28 " * handlers that are not necessarily instances of [ApplicationCache
].", |
| 24 " *", | 29 " *", |
| 25 " * See [EventStreamProvider] for usage information.", | 30 " * See [EventStreamProvider] for usage information.", |
| 26 " */" | 31 " */" |
| 27 ], | 32 ], |
| 28 "checkingEvent": [ | 33 "checkingEvent": [ |
| (...skipping 5233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5262 " *", | 5267 " *", |
| 5263 " * [oldVersion] should match the database's current [version] exact
ly.", | 5268 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 5264 " *", | 5269 " *", |
| 5265 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 5270 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 5266 " */" | 5271 " */" |
| 5267 ] | 5272 ] |
| 5268 } | 5273 } |
| 5269 } | 5274 } |
| 5270 } | 5275 } |
| 5271 } | 5276 } |
| OLD | NEW |