History of GlobalEventHandlers.onerror Revision history for: English (US) Aug 18, 2016, 8:13:51 AM LeonardoBraga Previous Aug 17, 2016, 8:15:06 AM LeonardoBraga Fix invalid call to `alert` with multiple parameters. Improved `alert`'s message readability. Previous May 31, 2016, 12:18:12 PM RonRoyston updated explanation of script error handling Previous May 31, 2016, 12:12:20 PM RonRoyston scoped function to only catch script errors for special message directing user to browser console Previous May 31, 2016, 11:57:53 AM RonRoyston Previous May 31, 2016, 11:57:00 AM RonRoyston To save developers from researching how to display script errors which is practically impossible. Previous Feb 14, 2016, 8:53:39 AM Nickolay removed the <img src='x' onerror="alert(JSON.stringify(arguments[0]))"> example, since I'm quite sure the argument will be available simply as |event| in this case. Also clearing the review flags, which were added along with the example. Previous Feb 14, 2016, 8:52:26 AM Nickolay Format syntax section to be copy-pastable; note the official names of †he arguments, reword the Firefox 31 compatibility note based on markers in the "Syntax" section, and other minor fixups. Previous Feb 1, 2016, 9:47:01 PM oldhill Requesting review for my 2 recent changes to Notes section, adding more technical details of arguments passed to inline onerror. Thanks! Previous Feb 1, 2016, 9:35:32 PM oldhill