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

Bump electron from 7.2.4 to 12.0.2 #38

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

fanatid
Copy link
Contributor

@fanatid fanatid commented Apr 5, 2021

Replacement of #35

electron support Apple M1 only from 11: https://www.electronjs.org/blog/electron-11-0

contextIsolation

contextIsolation Boolean (optional) - Whether to run Electron APIs and the specified preload script in a separate JavaScript context. Defaults to true. The context that the preload script runs in will only have access to its own dedicated document and window globals, as well as its own set of JavaScript builtins (Array, Object, JSON, etc.), which are all invisible to the loaded content. The Electron API will only be available in the preload script and not the loaded page. This option should be used when loading potentially untrusted remote content to ensure the loaded content cannot tamper with the preload script and any Electron APIs being used. This option uses the same technique used by Chrome Content Scripts. You can access this context in the dev tools by selecting the 'Electron Isolated Context' entry in the combo box at the top of the Console tab.

@juliangruber juliangruber merged commit 43bc101 into juliangruber:master Apr 6, 2021
@juliangruber
Copy link
Owner

Thanks! https://github.com/juliangruber/electron-stream/releases/tag/v9.0.0

@fanatid fanatid deleted the electron-upgrade branch April 6, 2021 07:33
@fanatid
Copy link
Contributor Author

fanatid commented Apr 6, 2021

Awesome! Thank you for the new release! 🚀

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.

2 participants