| 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 5229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5240 " *", | 5240 " *", |
| 5241 " * [oldVersion] should match the database's current [version] exact
ly.", | 5241 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 5242 " *", | 5242 " *", |
| 5243 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 5243 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 5244 " */" | 5244 " */" |
| 5245 ] | 5245 ] |
| 5246 } | 5246 } |
| 5247 } | 5247 } |
| 5248 } | 5248 } |
| 5249 } | 5249 } |
| OLD | NEW |