mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug
Fix some invalid docs
This commit is contained in:
@@ -21,7 +21,7 @@ console.log(ses.getUserAgent())
|
||||
|
||||
The `session` module has the following methods:
|
||||
|
||||
### session.fromPartition(partition[, options])
|
||||
### `session.fromPartition(partition[, options])`
|
||||
|
||||
* `partition` String
|
||||
* `options` Object
|
||||
@@ -44,7 +44,7 @@ of an existing `Session` object.
|
||||
|
||||
The `session` module has the following properties:
|
||||
|
||||
### session.defaultSession
|
||||
### `session.defaultSession`
|
||||
|
||||
Returns the default session object of the app.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user