| Index: chrome/common/extensions/docs/templates/intros/webRequest.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/webRequest.html b/chrome/common/extensions/docs/templates/intros/webRequest.html
|
| index 1f578c501ba50c7049b8b3d87722cd5fef82cb6e..df737dcc916cca6278e13d5fd1044b1107b81685 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/webRequest.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/webRequest.html
|
| @@ -210,6 +210,11 @@ request or modifying headers (<code>onBeforeSendHeaders</code>,
|
| <code>onHeadersReceived</code>), or providing authentication credentials
|
| (<code>onAuthRequired</code>).</p>
|
|
|
| +<p>If the optional <code>opt_extraInfoSpec</code> array contains the string
|
| +<code>'asyncBlocking'</code> instead (only allowed for
|
| +<code>onAuthRequired</code>), the extension can generate the
|
| +$(ref:webRequest.BlockingResponse) asynchronously.
|
| +
|
| <p>The $(ref:webRequest.RequestFilter)
|
| <code>filter</code> allows limiting the requests for which events are
|
| triggered in various dimensions:
|
|
|