Skip to content

useIpcRenderer missing off method #4798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MangMax opened this issue Jun 6, 2025 · 1 comment
Open

useIpcRenderer missing off method #4798

MangMax opened this issue Jun 6, 2025 · 1 comment
Labels
question Further information is requested

Comments

@MangMax
Copy link

MangMax commented Jun 6, 2025

The useIpcRenderer is missing the off method, is this intentional?
https://www.electronjs.org/docs/latest/api/ipc-renderer

Image

@dosubot dosubot bot added the question Further information is requested label Jun 6, 2025
@MangMax MangMax changed the title ipcRenderer missing off method useIpcRenderer missing off method Jun 6, 2025
@whiteyebrw
Copy link
Contributor

@MangMax It may be possible to avoid duplicating removeListener, as the Electron documentation states that off is equivalent to removeListener. However, this functionality can be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants