From c44f5d14e59edc79e02e20e15ccb14588d1be22d Mon Sep 17 00:00:00 2001 From: "mkearney@google.com" Date: Fri, 11 Nov 2011 10:56:18 +0000 Subject: This includes some small changes to the API documentation for experimental.devtools.network. Review URL: http://codereview.chromium.org/8507032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109614 0039d316-1c4b-4281-b951-d872f2087c98 --- .../docs/static/experimental.devtools.network.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'chrome/common/extensions/docs/static') diff --git a/chrome/common/extensions/docs/static/experimental.devtools.network.html b/chrome/common/extensions/docs/static/experimental.devtools.network.html index f49f1b5..ca9a24e 100644 --- a/chrome/common/extensions/docs/static/experimental.devtools.network.html +++ b/chrome/common/extensions/docs/static/experimental.devtools.network.html @@ -3,13 +3,14 @@ API

Use the chrome.experimental.devtools.network module to retrieve -the information about network requests displayed by DevTools' Network panel. +the information about network requests displayed by the Developer Tools +in the Network panel.

See DevTools APIs summary for general introduction to using Developer Tools APIs.

-

Notes

+

Overview

Network requests information is represented in the HTTP Archive format @@ -27,10 +28,12 @@ provides HAR entry as an argument to the event callback.

Note that request content is not provided as part of HAR for efficieny reasons. You may call request's getContent() method to retrieve content. -

Some requests may be missing in the array of entries returned by -getHAR() in case Developer Tools window was opened after the page was -loaded — reload the page to get all requests. In general, the list of -requests returned by getHAR() should match that displayed by +

If the Developer Tools window is opened after the page is loaded, +some requests may be missing +in the array of entries returned by getHAR(). +Reload the page to get all requests. +In general, the list of +requests returned by getHAR() should match that displayed in the Network panel.

Examples

-- cgit v1.1