electron/docs
Birunthan Mohanathas a3b65ad481 Add before-input-event event for webContents (fixes #7586)
Embedding arbitrary web content is problematic when it comes to keyboard
shortcuts because:

* Web content can steal app shortcuts (see e.g. brave/browser-laptop#4408)

* Blocked web content (e.g. a focused <webview> performing expensive
computation) will also prevent app shortcuts from firing immediately

The new before-input-event event can be used to overcome these issues by
always handle certain keyboard events in the main process.

Note that this requires electron/brightray#261 to compile.
2016-12-13 15:54:13 -08:00
..
api Add before-input-event event for webContents (fixes #7586) 2016-12-13 15:54:13 -08:00
development Update symbols server URL 2016-11-07 10:58:27 -08:00
tutorial Merge pull request #7947 from beakerbrowser/register-standard-secure-schemes 2016-12-12 12:52:28 -08:00
faq.md standardize all javascript blocks in English docs 2016-07-26 09:48:19 -07:00
README.md Add missing net document entry. 2016-11-01 16:50:55 +01:00
styleguide.md Merge pull request #7339 from electron/document-return-values 2016-09-27 07:39:25 -07:00

Please make sure that you use the documents that match your Electron version. The version number should be a part of the page URL. If it's not, you are probably using the documentation of a development branch which may contain API changes that are not compatible with your Electron version. To view older versions of the documentation, you can browse by tag on GitHub by opening the "Switch branches/tags" dropdown and selecting the tag that matches your version.

FAQ

There are questions that are asked quite often. Check this out before creating an issue:

Guides

Tutorials

API References

Custom DOM Elements:

Modules for the Main Process:

Modules for the Renderer Process (Web Page):

Modules for Both Processes:

Development