diff --git a/lib/options.js b/lib/options.js index b7c6ce0..47eb3a2 100644 --- a/lib/options.js +++ b/lib/options.js @@ -35,7 +35,7 @@ exports.phantomPage = ['paperSize', 'customHeaders', 'settings']; exports.phantomCallback = ['onAlert', 'onCallback', 'onClosing', 'onConfirm', 'onConsoleMessage', 'onError', 'onFilePicker', 'onInitialized', 'onLoadFinished', 'onLoadStarted', 'onNavigationRequested', 'onPageCreated', - 'onPrompt', 'onResourceRequested', 'onResourceReceived', + 'onPrompt', 'onResourceError', 'onResourceRequested', 'onResourceReceived', 'onResourceTimeout', 'onResourceError', 'onUrlChanged']; // Options that are used in the calling node script