Skip to content
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

Add support for BrowserView #127

Merged
merged 2 commits into from
Jan 6, 2021
Merged

Conversation

josephernest
Copy link
Contributor

@josephernest josephernest commented Dec 30, 2020

Now it's possible to create a context menu for BrowserView:

browserview.webContents.on('did-finish-load', () => {
    contextMenu({window: browserview, ...
});

Fixes #125

Now it's possible to create a context menu for BrowserView:

    browserview.webContents.on('did-finish-load', () => {
        contextMenu({window: browserview, ...
    });
@josephernest josephernest mentioned this pull request Dec 30, 2020
@sindresorhus sindresorhus changed the title Added support for BrowserView Add support for BrowserView Jan 6, 2021
@sindresorhus sindresorhus merged commit 9596a74 into sindresorhus:master Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support BrowserView
2 participants