Skip to content

Commit

Permalink
docs: fix link in breaking-changes.md (#36793)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored and pull[bot] committed Mar 15, 2024
1 parent e176f83 commit 3665762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ requires unsafe mode), so Electron is unable to support this feature on Linux.

The handler invoked when `session.setDevicePermissionHandler(handler)` is used
has a change to its arguments. This handler no longer is passed a frame
`[WebFrameMain](api/web-frame-main.md)`, but instead is passed the `origin`, which
[`WebFrameMain`](api/web-frame-main.md), but instead is passed the `origin`, which
is the origin that is checking for device permission.

## Planned Breaking API Changes (19.0)
Expand Down

0 comments on commit 3665762

Please sign in to comment.