We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e766afa commit 8ca06eaCopy full SHA for 8ca06ea
index.bs
@@ -9052,7 +9052,8 @@ error</dfn> steps given |request|:
9052
1. Let |params| be the result of [=process a network event=] with |session|
9053
"<code>network.fetchError</code>", and |request|.
9054
9055
- 1. TODO: Set the <code>errorText</code> field of |params|.
+ 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.
9057
9058
1. Assert: |params| matches the <code>network.FetchErrorParameters</code>
9059
production.
0 commit comments