document processes for APIs nested in parent docs

This commit is contained in:
Zeke Sikelianos 2016-11-03 11:50:00 -07:00
parent ac68de6215
commit 21105271a4
5 changed files with 18 additions and 0 deletions

View file

@ -54,6 +54,8 @@ A `Session` object, the default session object of the app.
> Get and set properties of a session.
Process: [Main](../tutorial/quick-start.md#main-process)
You can create a `Session` object in the `session` module:
```javascript
@ -377,6 +379,8 @@ app.on('ready', function () {
> Query and modify a session's cookies.
Process: [Main](../tutorial/quick-start.md#main-process)
Instances of the `Cookies` class are accessed by using `cookies` property of
a `Session`.
@ -482,6 +486,8 @@ Removes the cookies matching `url` and `name`, `callback` will called with
> Intercept and modify the contents of a request at various stages of its lifetime.
Process: [Main](../tutorial/quick-start.md#main-process)
Instances of the `WebRequest` class are accessed by using the `webRequest`
property of a `Session`.