Index: chrome/common/extensions/docs/extensions/webRequest.html |
diff --git a/chrome/common/extensions/docs/extensions/webRequest.html b/chrome/common/extensions/docs/extensions/webRequest.html |
index 3185d2d0f51a269f49be3e2e215caf7a47fada45..1ae488ceabdfa59515c468a729388a2517d06ab0 100644 |
--- a/chrome/common/extensions/docs/extensions/webRequest.html |
+++ b/chrome/common/extensions/docs/extensions/webRequest.html |
@@ -1766,6 +1766,63 @@ samples</a>.</p> |
</div><div> |
<div> |
<dt> |
+ <var>experimentalPostData</var> |
+ <em> |
+ <!-- TYPE --> |
+ <div style="display:inline"> |
+ ( |
+ <span class="optional">optional</span> |
+ <span id="typeTemplate"> |
+ <span> |
+ <span>object</span> |
+ </span> |
+ </span> |
+ ) |
+ </div> |
+ </em> |
+ </dt> |
+ <dd>Experimental feature. Container for representations of data sent by the request via POST method. Only provided if extraInfoSpec contains requestPostData.</dd> |
+ <!-- OBJECT PROPERTIES --> |
+ <dd> |
+ <dl> |
+ <div> |
+ <div> |
+ <dt> |
+ <var>formData</var> |
+ <em> |
+ <!-- TYPE --> |
+ <div style="display:inline"> |
+ ( |
+ <span class="optional">optional</span> |
+ <span id="typeTemplate"> |
+ <span> |
+ <span>object</span> |
+ </span> |
+ </span> |
+ ) |
+ </div> |
+ </em> |
+ </dt> |
+ <dd>If the POST data is a sequence of key-value pairs, either in multipart/form-data, or application/x-www-form-urlencoded, this dictionary is present and for each key contains the list of all values for that key. If the data is in another encoding, or if it was malformed, the dictionary is not present. It is also not present if the form upload was chunked. Example value of this dictionary is {'key': ['value1', 'value2']}.</dd> |
+ <!-- OBJECT PROPERTIES --> |
+ <dd> |
+ <dl> |
+ </dl> |
+ </dd> |
+ <!-- OBJECT METHODS --> |
+ <!-- OBJECT EVENT FIELDS --> |
+ <!-- FUNCTION PARAMETERS --> |
+ </div> |
+ </div> |
+ </dl> |
+ </dd> |
+ <!-- OBJECT METHODS --> |
+ <!-- OBJECT EVENT FIELDS --> |
+ <!-- FUNCTION PARAMETERS --> |
+ </div> |
+ </div><div> |
+ <div> |
+ <dt> |
<var>tabId</var> |
<em> |
<!-- TYPE --> |
@@ -1886,7 +1943,7 @@ samples</a>.</p> |
array of <span><span> |
<span> |
<span>string</span> |
- <span>["blocking"]</span> |
+ <span>["blocking", "requestPostData"]</span> |
</span> |
</span></span> |
</span> |