From 68eaf1fb9f708d01569b2afad0c0e324439543a8 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Sun, 22 Jan 2017 16:39:42 -0500 Subject: [PATCH] Remove note in "did-fail-load" about redirect responses ERR_ABORTED is suppressed now (https://github.com/electron/electron/pull/6201) --- docs/api/web-contents.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 77cd2d4c6b4a..eb64cc0208bc 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -71,8 +71,6 @@ Returns: This event is like `did-finish-load` but emitted when the load failed or was cancelled, e.g. `window.stop()` is invoked. The full list of error codes and their meaning is available [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h). -Note that redirect responses will emit `errorCode` -3; you may want to ignore -that error explicitly. #### Event: 'did-frame-finish-load'