b7164428ec
* docs: modernize protocol-handler docs * docs: iadd contextIsolation * docs: add guide for launch-app-from-URL-in-other-app * docs: address comments * chore: fix brackets * chore: add escaped brackets
8 lines
No EOL
320 B
JavaScript
8 lines
No EOL
320 B
JavaScript
// This file is required by the index.html file and will
|
|
// be executed in the renderer process for that window.
|
|
// All APIs exposed by the context bridge are available here.
|
|
|
|
// Binds the buttons to the context bridge API.
|
|
document.getElementById('open-in-browser').addEventListener('click', () => {
|
|
shell.open();
|
|
}); |