Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Replace remote module with invoke calls. #23096

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

sadick254
Copy link
Contributor

The remote module has been deprecated and is set to be removed on electron version 11.
We have two options to replace the remote module

  1. use @electron/remote module
  2. Send messages using send/invoke.

I am using invoke since it is the
recommended option to use.

The remote module has been deprecated and is set to be removed on electron version 11.
We have two options to replace the remote module

1. use @electron/remote module
2. Send messages using send/invoke.

I am using invoke since it is the
[recommended](https://www.npmjs.com/package/@electron/remote) option to use.
@sadick254 sadick254 force-pushed the remove-remote-calls-and-use-invoke branch from f48b530 to 7c1124f Compare October 12, 2021 06:28
@sadick254 sadick254 merged commit fd55779 into master Oct 22, 2021
@sadick254 sadick254 deleted the remove-remote-calls-and-use-invoke branch October 22, 2021 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant