We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88be54f commit a490975Copy full SHA for a490975
README.md
@@ -58,7 +58,7 @@ npm install --save electron-trpc
58
});
59
```
60
61
- > Note: using `exposeInMainWorld` depends on `contextIsolation` to be enabled, which is the default.
+ > Note: `electron-trpc` depends on `contextIsolation` being enabled, which is the default.
62
63
3. When creating the client in the render process, use the `ipcLink` (instead of the HTTP or batch HTTP links):
64
0 commit comments