docs: fix PrinterInfo info in breaking-changes.md (#45843)
> ### Removed:`isDefault` and `status` properties on `PrinterInfo` > These properties have been removed from the PrinterInfo Object > because they have been removed from upstream Chromium. These properties won't be removed until Electron 36, but breaking-changes.md lists them as being removed in 35. This PR corrects the error.
This commit is contained in:
parent
eac1a7ff68
commit
d19cac6772
1 changed files with 5 additions and 5 deletions
|
@ -14,6 +14,11 @@ This document uses the following convention to categorize breaking changes:
|
|||
|
||||
## Planned Breaking API Changes (36.0)
|
||||
|
||||
### Removed:`isDefault` and `status` properties on `PrinterInfo`
|
||||
|
||||
These properties have been removed from the PrinterInfo Object
|
||||
because they have been removed from upstream Chromium.
|
||||
|
||||
### Deprecated: Extension methods and events on `session`
|
||||
|
||||
`session.loadExtension`, `session.removeExtension`, `session.getExtension`,
|
||||
|
@ -30,11 +35,6 @@ https://learn.microsoft.com/en-us/windows/win32/dwm/composition-ovw#disabling-dw
|
|||
|
||||
## Planned Breaking API Changes (35.0)
|
||||
|
||||
### Removed:`isDefault` and `status` properties on `PrinterInfo`
|
||||
|
||||
These properties have been removed from the PrinterInfo Object
|
||||
because they have been removed from upstream Chromium.
|
||||
|
||||
### Deprecated: `getFromVersionID` on `session.serviceWorkers`
|
||||
|
||||
The `session.serviceWorkers.fromVersionID(versionId)` API has been deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue