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 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4147 "/// Stream of `error` events handled by this [WorkerGlobalScope]." | 4147 "/// Stream of `error` events handled by this [WorkerGlobalScope]." |
4148 ] | 4148 ] |
4149 } | 4149 } |
4150 }, | 4150 }, |
4151 "XMLHttpRequest": { | 4151 "XMLHttpRequest": { |
4152 "members": { | 4152 "members": { |
4153 "abort": [ | 4153 "abort": [ |
4154 "/**", | 4154 "/**", |
4155 " * Stop the current request.", | 4155 " * Stop the current request.", |
4156 " *", | 4156 " *", |
4157 " * The request can only be stopped if readyState is `HEADERS_RECIEV
ED` or", | 4157 " * The request can only be stopped if readyState is `HEADERS_RECEIV
ED` or", |
4158 " * `LOADING`. If this method is not in the process of being sent, t
he method", | 4158 " * `LOADING`. If this method is not in the process of being sent, t
he method", |
4159 " * has no effect.", | 4159 " * has no effect.", |
4160 " */" | 4160 " */" |
4161 ], | 4161 ], |
4162 "getAllResponseHeaders": [ | 4162 "getAllResponseHeaders": [ |
4163 "/**", | 4163 "/**", |
4164 " * Retrieve all the response headers from a request.", | 4164 " * Retrieve all the response headers from a request.", |
4165 " *", | 4165 " *", |
4166 " * `null` if no headers have been received. For multipart requests,
", | 4166 " * `null` if no headers have been received. For multipart requests,
", |
4167 " * `getAllResponseHeaders` will return the response headers for the
current", | 4167 " * `getAllResponseHeaders` will return the response headers for the
current", |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5200 " *", | 5200 " *", |
5201 " * See also:", | 5201 " * See also:", |
5202 " *", | 5202 " *", |
5203 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 5203 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
5204 " */" | 5204 " */" |
5205 ] | 5205 ] |
5206 } | 5206 } |
5207 } | 5207 } |
5208 } | 5208 } |
5209 } | 5209 } |
OLD | NEW |