| Index: chrome/common/extensions/docs/experimental.webRequest.html
|
| diff --git a/chrome/common/extensions/docs/experimental.webRequest.html b/chrome/common/extensions/docs/experimental.webRequest.html
|
| index 4e8cee613ad73cbc7e7983a9de00db28bf747966..85e60e7b0433fbe9378dd93bccaa6cd998758247 100644
|
| --- a/chrome/common/extensions/docs/experimental.webRequest.html
|
| +++ b/chrome/common/extensions/docs/experimental.webRequest.html
|
| @@ -665,6 +665,36 @@ version of the WebRequest API. Please ignore this until we give notice.
|
| </div><div>
|
| <div>
|
| <dt>
|
| + <var>ports</var>
|
| + <em>
|
| + <!-- TYPE -->
|
| + <div style="display:inline">
|
| + (
|
| + <span class="optional">optional</span>
|
| + <span id="typeTemplate">
|
| + <span>
|
| + <span>
|
| + array of <span><span>
|
| + <span>
|
| + <span>integer or array of integer</span>
|
| + </span>
|
| + </span></span>
|
| + </span>
|
| + </span>
|
| + </span>
|
| + )
|
| + </div>
|
| + </em>
|
| + </dt>
|
| + <dd>Matches if the port of the URL is contained in any of the specified port lists. For example <code>[80, 443, [1000, 1200]]</code> matches all requests on port 80, 443 and in the range 1000-1200.</dd>
|
| + <!-- OBJECT PROPERTIES -->
|
| + <!-- OBJECT METHODS -->
|
| + <!-- OBJECT EVENT FIELDS -->
|
| + <!-- FUNCTION PARAMETERS -->
|
| + </div>
|
| + </div><div>
|
| + <div>
|
| + <dt>
|
| <var>resourceType</var>
|
| <em>
|
| <!-- TYPE -->
|
|
|