OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 <a href="#event-onNavigated">onNavigated</a> | 222 <a href="#event-onNavigated">onNavigated</a> |
223 </li><li> | 223 </li><li> |
224 <a href="#event-onRequestFinished">onRequestFinished</a> | 224 <a href="#event-onRequestFinished">onRequestFinished</a> |
225 </li> | 225 </li> |
226 </ol> | 226 </ol> |
227 </li> | 227 </li> |
228 <li> | 228 <li> |
229 <a href="#types">Types</a> | 229 <a href="#types">Types</a> |
230 <ol> | 230 <ol> |
231 <li> | 231 <li> |
232 <a href="#type-Request">null</a> | 232 <a href="#type-devtools.network.Request">Request</a> |
233 <ol> | 233 <ol> |
234 <li> | 234 <li> |
235 <a href="#global-Request-methods">Methods</a> | 235 <a href="#global-devtools.network.Request-methods">Methods</a> |
236 <ol> | 236 <ol> |
237 <li> | 237 <li> |
238 <a href="#method-Request-getContent">getContent</a> | 238 <a href="#method-devtools.network.Request-getContent">getContent
</a> |
239 </li> | 239 </li> |
240 </ol> | 240 </ol> |
241 </li> | 241 </li> |
242 </ol> | 242 </ol> |
243 </li> | 243 </li> |
244 </ol> | 244 </ol> |
245 </li> | 245 </li> |
246 </ol> | 246 </ol> |
247 </li> | 247 </li> |
248 </ol> | 248 </ol> |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 <!-- LISTENER RETURN VALUE --> | 405 <!-- LISTENER RETURN VALUE --> |
406 <dl> | 406 <dl> |
407 </dl> | 407 </dl> |
408 </div> <!-- /description --> | 408 </div> <!-- /description --> |
409 <!-- /description --> | 409 <!-- /description --> |
410 </div><div class="apiItem"> | 410 </div><div class="apiItem"> |
411 <a name="event-onRequestFinished"></a> | 411 <a name="event-onRequestFinished"></a> |
412 <h4>onRequestFinished</h4> | 412 <h4>onRequestFinished</h4> |
413 <div class="summary"> | 413 <div class="summary"> |
414 <!-- Note: intentionally longer 80 columns --> | 414 <!-- Note: intentionally longer 80 columns --> |
415 <span class="subdued">chrome.devtools.network.</span><span>onReq
uestFinished</span><span class="subdued">.addListener</span>(function(<span>Requ
est request</span>) <span class="subdued">{...}</span><span></span>); | 415 <span class="subdued">chrome.devtools.network.</span><span>onReq
uestFinished</span><span class="subdued">.addListener</span>(function(<span>devt
ools.network.Request request</span>) <span class="subdued">{...}</span><span></s
pan>); |
416 </div> | 416 </div> |
417 <div class="description"> | 417 <div class="description"> |
418 <p>Fired when a network request is finished and all request data
are available.</p> | 418 <p>Fired when a network request is finished and all request data
are available.</p> |
419 <!-- LISTENER PARAMETERS --> | 419 <!-- LISTENER PARAMETERS --> |
420 <div> | 420 <div> |
421 <h4>Listener parameters</h4> | 421 <h4>Listener parameters</h4> |
422 <dl> | 422 <dl> |
423 <div> | 423 <div> |
424 <div> | 424 <div> |
425 <dt> | 425 <dt> |
426 <var>request</var> | 426 <var>request</var> |
427 <em> | 427 <em> |
428 <!-- TYPE --> | 428 <!-- TYPE --> |
429 <div style="display:inline"> | 429 <div style="display:inline"> |
430 ( | 430 ( |
431 <span id="typeTemplate"> | 431 <span id="typeTemplate"> |
432 <span> | 432 <span> |
433 <a href="devtools.network.html#type-Request">Request</a> | 433 <a href="devtools.network.html#type-devtools.network.Req
uest">devtools.network.Request</a> |
434 </span> | 434 </span> |
435 </span> | 435 </span> |
436 ) | 436 ) |
437 </div> | 437 </div> |
438 </em> | 438 </em> |
439 </dt> | 439 </dt> |
440 <dd>Description of a network request in the form of a HAR entry. See H
AR specification for details.</dd> | 440 <dd>Description of a network request in the form of a HAR entry. See H
AR specification for details.</dd> |
441 <!-- OBJECT PROPERTIES --> | 441 <!-- OBJECT PROPERTIES --> |
442 <!-- OBJECT METHODS --> | 442 <!-- OBJECT METHODS --> |
443 <!-- OBJECT EVENT FIELDS --> | 443 <!-- OBJECT EVENT FIELDS --> |
444 <!-- FUNCTION PARAMETERS --> | 444 <!-- FUNCTION PARAMETERS --> |
445 </div> | 445 </div> |
446 </div> | 446 </div> |
447 </dl> | 447 </dl> |
448 </div> | 448 </div> |
449 <!-- EXTRA PARAMETERS --> | 449 <!-- EXTRA PARAMETERS --> |
450 <!-- LISTENER RETURN VALUE --> | 450 <!-- LISTENER RETURN VALUE --> |
451 <dl> | 451 <dl> |
452 </dl> | 452 </dl> |
453 </div> <!-- /description --> | 453 </div> <!-- /description --> |
454 <!-- /description --> | 454 <!-- /description --> |
455 </div> <!-- /apiItem --> | 455 </div> <!-- /apiItem --> |
456 </div> <!-- /apiGroup --> | 456 </div> <!-- /apiGroup --> |
457 <!-- TYPES --> | 457 <!-- TYPES --> |
458 <div class="apiGroup"> | 458 <div class="apiGroup"> |
459 <a name="types"></a> | 459 <a name="types"></a> |
460 <h3 id="types">Types</h3> | 460 <h3 id="types">Types</h3> |
461 <!-- iterates over all types --> | 461 <!-- iterates over all types --> |
462 <div class="apiItem"> | 462 <div class="apiItem"> |
463 <a name="type-Request"></a> | 463 <a name="type-devtools.network.Request"></a> |
464 <h4>Request</h4> | 464 <h4>devtools.network.Request</h4> |
465 <div> | 465 <div> |
466 <dt> | 466 <dt> |
467 <em> | 467 <em> |
468 <!-- TYPE --> | 468 <!-- TYPE --> |
469 <div style="display:inline"> | 469 <div style="display:inline"> |
470 ( | 470 ( |
471 <span id="typeTemplate"> | 471 <span id="typeTemplate"> |
472 <span> | 472 <span> |
473 <span>object</span> | 473 <span>object</span> |
474 </span> | 474 </span> |
475 </span> | 475 </span> |
476 ) | 476 ) |
477 </div> | 477 </div> |
478 </em> | 478 </em> |
479 </dt> | 479 </dt> |
480 <dd>Represents a network request for a document resource (script, imag
e and so on). See HAR Specification for reference.</dd> | 480 <dd>Represents a network request for a document resource (script, imag
e and so on). See HAR Specification for reference.</dd> |
481 <!-- OBJECT PROPERTIES --> | 481 <!-- OBJECT PROPERTIES --> |
482 <!-- OBJECT METHODS --> | 482 <!-- OBJECT METHODS --> |
483 <dd> | 483 <dd> |
484 <div class="apiGroup"> | 484 <div class="apiGroup"> |
485 <a name="global-Request-methods"></a> | 485 <a name="global-devtools.network.Request-methods"></a> |
486 <h3>Methods of Request</h3> | 486 <h3>Methods of devtools.network.Request</h3> |
487 <!-- iterates over all functions --> | 487 <!-- iterates over all functions --> |
488 <div class="apiItem"> | 488 <div class="apiItem"> |
489 <a name="method-Request-getContent"></a> <!-- method-anchor --> | 489 <a name="method-devtools.network.Request-getContent"></a> <!-- met
hod-anchor --> |
490 <h4>getContent</h4> | 490 <h4>getContent</h4> |
491 <div class="summary"> | 491 <div class="summary"> |
492 <!-- Note: intentionally longer 80 columns --> | 492 <!-- Note: intentionally longer 80 columns --> |
493 <span>request.getContent</span>(<span class="null"><span>funct
ion</span> | 493 <span>devtools.network.Request.getContent</span>(<span class="
null"><span>function</span> |
494 <var><span>callback</span></var></span>)</div> | 494 <var><span>callback</span></var></span>)</div> |
495 <div class="description"> | 495 <div class="description"> |
496 <p>Returns content of the response body.</p> | 496 <p>Returns content of the response body.</p> |
497 <!-- PARAMETERS --> | 497 <!-- PARAMETERS --> |
498 <h4>Parameters</h4> | 498 <h4>Parameters</h4> |
499 <dl> | 499 <dl> |
500 <div> | 500 <div> |
501 <div> | 501 <div> |
502 <dt> | 502 <dt> |
503 <var>callback</var> | 503 <var>callback</var> |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 _uff=0; | 576 _uff=0; |
577 urchinTracker(); | 577 urchinTracker(); |
578 } | 578 } |
579 catch(e) {/* urchinTracker not available. */} | 579 catch(e) {/* urchinTracker not available. */} |
580 </script> | 580 </script> |
581 <!-- end analytics --> | 581 <!-- end analytics --> |
582 </div> | 582 </div> |
583 </div> <!-- /gc-footer --> | 583 </div> <!-- /gc-footer --> |
584 </div> <!-- /gc-container --> | 584 </div> <!-- /gc-container --> |
585 </body></html> | 585 </body></html> |
OLD | NEW |