From d5affe70864c1b83c7078be58b77231c80f725ed Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Mon, 12 Feb 2024 10:52:52 -0800 Subject: [PATCH] Export fetch controller/serialized abort reason This is referenced [1] by the Service Worker spec, so should either be exported or something else to achieve the same thing would need to exist (forwarding the "abort reason" from a fetch controller to an AbortController; note that the service worker algorithm is currently extra confusing because it uses the same variable name for two different objects). [1]: https://w3c.github.io/ServiceWorker/#clients-openwindow:~:text=If%20controller%E2%80%99s%20serialized%20abort%20reason%20is%20non%2Dnull --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index 58579420d..785e088e9 100644 --- a/fetch.bs +++ b/fetch.bs @@ -236,7 +236,7 @@ lt="authentication entry">authentication entries (for HTTP authentication).
report timing steps (default null)
Null or an algorithm accepting a global object. -
serialized abort reason (default null) +
serialized abort reason (default null)
Null or a Record (result of [$StructuredSerialize$]).
next manual redirect steps (default null)