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 fef55da commit 2dffe32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/latest/.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e76893eaed247731ba7b26fc345104120ebdc5c5
217a6c03b2bed2caeced3ca5213487ea22e9a118
5 changes: 4 additions & 1 deletion docs/latest/api/utility-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ Process: [Main](latest/glossary.md#main-process)<br />
to load unsigned libraries. Unless you specifically need this capability, it is best to leave this disabled.
Default is `false`.
* `respondToAuthRequestsFromMainProcess` boolean (optional) - With this flag, all HTTP 401 and 407 network
requests created via the [net module](latest/api/net.md) will allow responding to them via the [`app#login`](latest/api/app.md#event-login) event in the main process instead of the default [`login`](latest/api/client-request.md#event-login) event on the [`ClientRequest`](latest/api/client-request.md) object.
requests created via the [net module](latest/api/net.md) will allow responding to them via the
[`app#login`](latest/api/app.md#event-login) event in the main process instead of the default
[`login`](latest/api/client-request.md#event-login) event on the [`ClientRequest`](latest/api/client-request.md) object. Default is
`false`.

Returns [`UtilityProcess`](latest/api/utility-process.md#class-utilityprocess)

Expand Down

0 comments on commit 2dffe32

Please sign in to comment.