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 4183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4194 " *", | 4194 " *", |
4195 " * By default the request is done asyncronously, with no user or pa
ssword", | 4195 " * By default the request is done asyncronously, with no user or pa
ssword", |
4196 " * authentication information. If `async` is false, the request wil
l be send", | 4196 " * authentication information. If `async` is false, the request wil
l be send", |
4197 " * synchronously.", | 4197 " * synchronously.", |
4198 " *", | 4198 " *", |
4199 " * Calling `open` again on a currently active request is equivalent
to", | 4199 " * Calling `open` again on a currently active request is equivalent
to", |
4200 " * calling `abort`.", | 4200 " * calling `abort`.", |
4201 " *", | 4201 " *", |
4202 " * Note: Most simple HTTP requests can be accomplished using the [g
etString],", | 4202 " * Note: Most simple HTTP requests can be accomplished using the [g
etString],", |
4203 " * [request], [requestCrossOrigin], or [postFormData] methods. Use
of this", | 4203 " * [request], [requestCrossOrigin], or [postFormData] methods. Use
of this", |
4204 " * `open` method is intended only for more complex HTTP requests wh
ere", | 4204 " * `open` method is intended only for more complext HTTP requests w
here", |
4205 " * finer-grained control is needed.", | 4205 " * finer-grained control is needed.", |
4206 " */" | 4206 " */" |
4207 ], | 4207 ], |
4208 "overrideMimeType": [ | 4208 "overrideMimeType": [ |
4209 "/**", | 4209 "/**", |
4210 " * Specify a particular MIME type (such as `text/xml`) desired for
the", | 4210 " * Specify a particular MIME type (such as `text/xml`) desired for
the", |
4211 " * response.", | 4211 " * response.", |
4212 " *", | 4212 " *", |
4213 " * This value must be set before the request has been sent. See als
o the list", | 4213 " * This value must be set before the request has been sent. See als
o the list", |
4214 " * of [IANA Official MIME types](https://www.iana.org/assignments/m
edia-types/media-types.xhtml)", | 4214 " * of [IANA Official MIME types](https://www.iana.org/assignments/m
edia-types/media-types.xhtml)", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4291 " * `text/xml` stream, unless responseType = 'document' and the requ
est is", | 4291 " * `text/xml` stream, unless responseType = 'document' and the requ
est is", |
4292 " * synchronous.", | 4292 " * synchronous.", |
4293 " */" | 4293 " */" |
4294 ], | 4294 ], |
4295 "send": [ | 4295 "send": [ |
4296 "/**", | 4296 "/**", |
4297 " * Send the request with any given `data`.", | 4297 " * Send the request with any given `data`.", |
4298 " *", | 4298 " *", |
4299 " * Note: Most simple HTTP requests can be accomplished using the [g
etString],", | 4299 " * Note: Most simple HTTP requests can be accomplished using the [g
etString],", |
4300 " * [request], [requestCrossOrigin], or [postFormData] methods. Use
of this", | 4300 " * [request], [requestCrossOrigin], or [postFormData] methods. Use
of this", |
4301 " * `send` method is intended only for more complex HTTP requests wh
ere", | 4301 " * `send` method is intended only for more complext HTTP requests w
here", |
4302 " * finer-grained control is needed.", | 4302 " * finer-grained control is needed.", |
4303 " *", | 4303 " *", |
4304 " * ## Other resources", | 4304 " * ## Other resources", |
4305 " *", | 4305 " *", |
4306 " * * [XMLHttpRequest.send](https://developer.mozilla.org/en-US/docs
/DOM/XMLHttpRequest#send%28%29)", | 4306 " * * [XMLHttpRequest.send](https://developer.mozilla.org/en-US/docs
/DOM/XMLHttpRequest#send%28%29)", |
4307 " * from MDN.", | 4307 " * from MDN.", |
4308 " */" | 4308 " */" |
4309 ], | 4309 ], |
4310 "setRequestHeader": [ | 4310 "setRequestHeader": [ |
4311 "/**", | 4311 "/**", |
(...skipping 888 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 |