| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 ] | 237 ] |
| 238 } | 238 } |
| 239 }, | 239 }, |
| 240 "Clipboard": { | 240 "Clipboard": { |
| 241 "members": { | 241 "members": { |
| 242 "getData": [ | 242 "getData": [ |
| 243 "/**", | 243 "/**", |
| 244 " * Gets the data for the specified type.", | 244 " * Gets the data for the specified type.", |
| 245 " *", | 245 " *", |
| 246 " * The data is only available from within a drop operation (such as
an", | 246 " * The data is only available from within a drop operation (such as
an", |
| 247 " * [Element.onDrop] event) and will return `null` before the event
is", | 247 " * [Element.onDrop] event) and will return null before the event is
", |
| 248 " * triggered.", | 248 " * triggered.", |
| 249 " *", | 249 " *", |
| 250 " * Data transfer is prohibited across domains. If a drag originates
", | 250 " * Data transfer is prohibited across domains. If a drag originates
", |
| 251 " * from content from another domain or protocol (HTTP vs HTTPS) the
n the", | 251 " * from content from another domain or protocol (HTTP vs HTTPS) the
n the", |
| 252 " * data cannot be accessed.", | 252 " * data cannot be accessed.", |
| 253 " *", | 253 " *", |
| 254 " * The [type] can have values such as:", | 254 " * The [type] can have values such as:", |
| 255 " *", | 255 " *", |
| 256 " * * `'Text'`", | 256 " * * `'Text'`", |
| 257 " * * `'URL'`", | 257 " * * `'URL'`", |
| (...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1417 " * * [CSS regions specification]", | 1417 " * * [CSS regions specification]", |
| 1418 " * (http://www.w3.org/TR/css3-regions/) from W3C.", | 1418 " * (http://www.w3.org/TR/css3-regions/) from W3C.", |
| 1419 " */" | 1419 " */" |
| 1420 ], | 1420 ], |
| 1421 "webkitRequestFullscreen": [ | 1421 "webkitRequestFullscreen": [ |
| 1422 "/**", | 1422 "/**", |
| 1423 " * Displays this element fullscreen.", | 1423 " * Displays this element fullscreen.", |
| 1424 " *", | 1424 " *", |
| 1425 " * ## Other resources", | 1425 " * ## Other resources", |
| 1426 " *", | 1426 " *", |
| 1427 " * * [Using the full-screen API]", | 1427 " * * [Using the fullscreen API]", |
| 1428 " * (http://docs.webplatform.org/wiki/tutorials/using_the_full-scree
n_api)", | 1428 " * (http://docs.webplatform.org/wiki/tutorials/using_the_full-scree
n_api)", |
| 1429 " * tutorial from WebPlatform.org.", | 1429 " * tutorial from WebPlatform.org.", |
| 1430 " * * [Fullscreen specification]", | 1430 " * * [Fullscreen specification]", |
| 1431 " * (http://www.w3.org/TR/fullscreen/) from W3C.", | 1431 " * (http://www.w3.org/TR/fullscreen/) from W3C.", |
| 1432 " */" | 1432 " */" |
| 1433 ], | 1433 ], |
| 1434 "webkitRequestPointerLock": [ | 1434 "webkitRequestPointerLock": [ |
| 1435 "/**", | 1435 "/**", |
| 1436 " * Locks the mouse pointer to this element.", | 1436 " * Locks the mouse pointer to this element.", |
| 1437 " *", | 1437 " *", |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2508 " * * [Node.nodeValue]", | 2508 " * * [Node.nodeValue]", |
| 2509 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeValue
)", | 2509 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeValue
)", |
| 2510 " * from MDN. This page contains a table of [nodeValue] values for e
ach", | 2510 " * from MDN. This page contains a table of [nodeValue] values for e
ach", |
| 2511 " * [nodeType].", | 2511 " * [nodeType].", |
| 2512 " */" | 2512 " */" |
| 2513 ], | 2513 ], |
| 2514 "ownerDocument": [ | 2514 "ownerDocument": [ |
| 2515 "/**", | 2515 "/**", |
| 2516 " * The document this node belongs to.", | 2516 " * The document this node belongs to.", |
| 2517 " *", | 2517 " *", |
| 2518 " * Returns `null` if this node does not belong to any document.", | 2518 " * Returns null if this node does not belong to any document.", |
| 2519 " *", | 2519 " *", |
| 2520 " * ## Other resources", | 2520 " * ## Other resources", |
| 2521 " *", | 2521 " *", |
| 2522 " * * [Node.ownerDocument]", | 2522 " * * [Node.ownerDocument]", |
| 2523 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.ownerDocu
ment) from", | 2523 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.ownerDocu
ment) from", |
| 2524 " * MDN.", | 2524 " * MDN.", |
| 2525 " */" | 2525 " */" |
| 2526 ], | 2526 ], |
| 2527 "parentElement": [ | 2527 "parentElement": [ |
| 2528 "/**", | 2528 "/**", |
| 2529 " * The parent element of this node.", | 2529 " * The parent element of this node.", |
| 2530 " *", | 2530 " *", |
| 2531 " * Returns `null` if this node either does not have a parent or its
parent is", | 2531 " * Returns null if this node either does not have a parent or its p
arent is", |
| 2532 " * not an element.", | 2532 " * not an element.", |
| 2533 " *", | 2533 " *", |
| 2534 " * ## Other resources", | 2534 " * ## Other resources", |
| 2535 " *", | 2535 " *", |
| 2536 " * * [Node.parentElement]", | 2536 " * * [Node.parentElement]", |
| 2537 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentEle
ment) from", | 2537 " * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentEle
ment) from", |
| 2538 " * W3C.", | 2538 " * W3C.", |
| 2539 " */" | 2539 " */" |
| 2540 ], | 2540 ], |
| 2541 "parentNode": [ | 2541 "parentNode": [ |
| (...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3819 " * `null` if no headers have been received. For multipart requests,
", | 3819 " * `null` if no headers have been received. For multipart requests,
", |
| 3820 " * `getAllResponseHeaders` will return the response headers for the
current", | 3820 " * `getAllResponseHeaders` will return the response headers for the
current", |
| 3821 " * part of the request.", | 3821 " * part of the request.", |
| 3822 " *", | 3822 " *", |
| 3823 " * See also [HTTP response headers](http://en.wikipedia.org/wiki/Li
st_of_HTTP_header_fields#Responses)", | 3823 " * See also [HTTP response headers](http://en.wikipedia.org/wiki/Li
st_of_HTTP_header_fields#Responses)", |
| 3824 " * for a list of common response headers.", | 3824 " * for a list of common response headers.", |
| 3825 " */" | 3825 " */" |
| 3826 ], | 3826 ], |
| 3827 "getResponseHeader": [ | 3827 "getResponseHeader": [ |
| 3828 "/**", | 3828 "/**", |
| 3829 " * Return the response header named `header`, or `null` if not foun
d.", | 3829 " * Return the response header named `header`, or null if not found.
", |
| 3830 " *", | 3830 " *", |
| 3831 " * See also [HTTP response headers](http://en.wikipedia.org/wiki/Li
st_of_HTTP_header_fields#Responses)", | 3831 " * See also [HTTP response headers](http://en.wikipedia.org/wiki/Li
st_of_HTTP_header_fields#Responses)", |
| 3832 " * for a list of common response headers.", | 3832 " * for a list of common response headers.", |
| 3833 " */" | 3833 " */" |
| 3834 ], | 3834 ], |
| 3835 "onreadystatechange": [ | 3835 "onreadystatechange": [ |
| 3836 "/// Stream of `readystatechange` events handled by this [HttpRequest]
.", | 3836 "/// Stream of `readystatechange` events handled by this [HttpRequest]
.", |
| 3837 "/**", | 3837 "/**", |
| 3838 " * Event listeners to be notified every time the [HttpRequest]", | 3838 " * Event listeners to be notified every time the [HttpRequest]", |
| 3839 " * object's `readyState` changes values.", | 3839 " * object's `readyState` changes values.", |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4890 " *", | 4890 " *", |
| 4891 " * [oldVersion] should match the database's current [version] exact
ly.", | 4891 " * [oldVersion] should match the database's current [version] exact
ly.", |
| 4892 " *", | 4892 " *", |
| 4893 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", | 4893 " * * [Database.changeVersion](http://www.w3.org/TR/webdatabase/#dom
-database-changeversion) from W3C.", |
| 4894 " */" | 4894 " */" |
| 4895 ] | 4895 ] |
| 4896 } | 4896 } |
| 4897 } | 4897 } |
| 4898 } | 4898 } |
| 4899 } | 4899 } |
| OLD | NEW |