Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: tools/dom/docs/docs.json

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « tools/bots/linux_distribution_support.py ('k') | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698