electron/docs
Tim Ruffles 4bc9bf7654 improve advice on callbacks passed from renderer to main
Remote is a great feature, it's a shame to put people off unnecessarily. I think the original warnings given are too extreme

The potential bugs that stem from not cleaning up event handlers (or any reference) are present in any Javascript code. We don't avoid using event-handlers in the DOM because we might forget to clean them up!

I've added an example of the behaviour of return values from synchronously called callbacks from renderer, and have changed the advice from 'you shouldn't do this' to 'be careful when you do this'.
2015-08-27 17:10:02 +01:00
..
api improve advice on callbacks passed from renderer to main 2015-08-27 17:10:02 +01:00
development Update build-instructions-windows 2015-08-25 23:28:41 +03:00
tutorial Merge pull request #2571 from atom/index-entry-startup 2015-08-26 12:35:24 +08:00
README.md Translated API docs, added power-save-blocker API to README 2015-07-01 14:57:14 +09:00
styleguide.md Mac → OS X 2015-08-25 10:05:48 -07:00