UNPKG

@electron/remote

Version:

[![CircleCI build status](https://circleci.com/gh/electron/remote/tree/main.svg?style=shield)](https://circleci.com/gh/electron/remote/tree/main) [![npm version](http://img.shields.io/npm/v/@electron/remote.svg)](https://npmjs.org/package/@electron/remote

6 lines (5 loc) 287 B
import { WebContents } from 'electron'; export declare const isRemoteModuleEnabled: (contents: WebContents) => boolean | undefined; export declare function enable(contents: WebContents): void; export declare function isInitialized(): boolean; export declare function initialize(): void;