From 98161962f9a4e295f218fbf476c026b3c43801e3 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Wed, 23 Oct 2024 11:36:17 +0200 Subject: [PATCH] Fail aborted navigation --- index.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 3ff3391d3..5c9980b67 100644 --- a/index.bs +++ b/index.bs @@ -2933,8 +2933,9 @@ To await a navigation given |navigable|, |request|, |wait condition|, "download started", "navigation aborted", "navigation failed"ยป and |navigation id|. -1. If |event received| is "navigation failed" - return [=error=] with [=error code=] [=unknown error=]. +1. If |event received| is "navigation failed" or + "navigation aborted" return [=error=] with [=error code=] + [=unknown error=]. Issue: Are we surfacing enough information about what failed and why with an error here? What error code do we want? Is there going to be a problem