Skip to content

Commit 8ca06ea

Browse files
fix (network.fetchError): define errorText as implementation defined string
1 parent e766afa commit 8ca06ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9052,7 +9052,8 @@ error</dfn> steps given |request|:
90529052
1. Let |params| be the result of [=process a network event=] with |session|
90539053
"<code>network.fetchError</code>", and |request|.
90549054

9055-
1. TODO: Set the <code>errorText</code> field of |params|.
9055+
1. Set the <code>errorText</code> field of |params| to an implementation-defined string
9056+
describing the error which caused the request to be aborted.
90569057

90579058
1. Assert: |params| matches the <code>network.FetchErrorParameters</code>
90589059
production.

0 commit comments

Comments
 (0)