To automatically open the console when a JavaScript error occurs which of the following is added to prefs.js?
To automatically open the console when a JavaScript error occurs which of the following is added to prefs.js?
Select Answer:
user_pref(" javascript.console.open_on_error", false);
user_pref("javascript.console.open_error ", true);
user_pref("javascript.console.open_error ", false);
user_pref("javascript.console.open_on_error", true);
|