Skip to content

Commit 16a7c91

Browse files
authored
docs: fix class name in v36 blog post (#806)
1 parent e8900d9 commit 16a7c91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

blog/electron-36-0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ The two functions both return a newly-allocated copy of the bitmap and are funct
6969
### Deprecated: Extension methods and events on `session`
7070

7171
`session.loadExtension`, `session.removeExtension`, `session.getExtension`,
72-
`session.getAllExtensions`, `extension-loaded` event, `extension-unloaded`
73-
event, and `extension-ready` events have all moved to the new
74-
`session.extensions` class.
72+
`session.getAllExtensions`, and the events `extension-loaded`,
73+
`extension-unloaded`, and `extension-ready` have all moved to the new
74+
[`Extensions` object](https://www.electronjs.org/docs/latest/api/extensions-api)
75+
accessible via the `session.extensions` instance property.
7576

7677
### Removed: `quota` type `syncable` in `session.clearStorageData(options)`
7778

0 commit comments

Comments
 (0)