Skip to content

Commit

Permalink
chore: update ref to docs (🤖)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 9487f62 commit a015198
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/latest/.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fe3467e187da6181008f5a943a1df3cd2b820b13
90890e20c01d8b5399983336c5854e43d34ab2e1
6 changes: 4 additions & 2 deletions docs/latest/api/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The `session` module has the following methods:

* `partition` string
* `options` Object (optional)
* `cache` boolean - Whether to enable cache.
* `cache` boolean - Whether to enable cache. Default is `true` unless the
[`--disable-http-cache` switch](latest/api/command-line-switches.md#--disable-http-cache) is used.

Returns `Session` - A session instance from `partition` string. When there is an existing
`Session` with the same `partition`, it will be returned; otherwise a new
Expand All @@ -53,7 +54,8 @@ of an existing `Session` object.

* `path` string
* `options` Object (optional)
* `cache` boolean - Whether to enable cache.
* `cache` boolean - Whether to enable cache. Default is `true` unless the
[`--disable-http-cache` switch](latest/api/command-line-switches.md#--disable-http-cache) is used.

Returns `Session` - A session instance from the absolute path as specified by the `path`
string. When there is an existing `Session` with the same absolute path, it
Expand Down

0 comments on commit a015198

Please sign in to comment.