| Index: chrome/common/extensions/docs/experimental.devtools.network.html
|
| diff --git a/chrome/common/extensions/docs/experimental.devtools.network.html b/chrome/common/extensions/docs/experimental.devtools.network.html
|
| index c907186033cad355e31c866358d63feda96fbd04..2cee6256efb5eb569b857bd574338a19c94e2483 100644
|
| --- a/chrome/common/extensions/docs/experimental.devtools.network.html
|
| +++ b/chrome/common/extensions/docs/experimental.devtools.network.html
|
| @@ -479,7 +479,7 @@ You can find more examples that use this API in
|
|
|
| <div class="description">
|
| <p class="todo" style="display: none; ">Undocumented.</p>
|
| - <p>Returns HAR archive that contains all known network requests.</p>
|
| + <p>Returns HAR log that contains all known network requests.</p>
|
|
|
| <!-- PARAMETERS -->
|
| <h4>Parameters</h4>
|
| @@ -515,7 +515,7 @@ You can find more examples that use this API in
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>A function that is called upon request completion.</dd>
|
| + <dd>A function that receives the HAR log when the request completes.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
| @@ -578,12 +578,12 @@ You can find more examples that use this API in
|
| </p>
|
|
|
| <!-- Note: intentionally longer 80 columns -->
|
| - <pre>function(<span>object har</span>) <span class="subdued">{...}</span>;</pre>
|
| + <pre>function(<span>object harLog</span>) <span class="subdued">{...}</span>;</pre>
|
| <dl>
|
| <div>
|
| <div>
|
| <dt>
|
| - <var>har</var>
|
| + <var>harLog</var>
|
| <em>
|
|
|
| <!-- TYPE -->
|
| @@ -611,7 +611,7 @@ You can find more examples that use this API in
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>A HAR archive. See HAR specification for details.</dd>
|
| + <dd>A HAR log. See HAR specification for details.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
| @@ -935,7 +935,7 @@ You can find more examples that use this API in
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>Represents a network request for a document resource (script, image etc). See HAR Specification for reference.</dd>
|
| + <dd>Represents a network request for a document resource (script, image and so on). See HAR Specification for reference.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
| @@ -1010,7 +1010,7 @@ You can find more examples that use this API in
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>A function that is called upon request completion.</dd>
|
| + <dd>A function that receives the response body when the request completes.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
|
|