docs: Mention null session of RequestHttpJob
This commit is contained in:
parent
3145c78b61
commit
8cf9df2d8d
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,9 @@ Create a request job which sends a buffer as response.
|
|||
## Class: protocol.RequestHttpJob(options)
|
||||
|
||||
* `options` Object
|
||||
* `session` [Session](browser-window.md#class-session)
|
||||
* `session` [Session](browser-window.md#class-session) - By default it is
|
||||
the app's default session, setting it to `null` will create a new session
|
||||
for the requests
|
||||
* `url` String
|
||||
* `method` String - Default is `GET`
|
||||
* `referrer` String
|
||||
|
|
Loading…
Reference in a new issue