diff options
Diffstat (limited to 'cli/js/dom_types.ts')
-rw-r--r-- | cli/js/dom_types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/dom_types.ts b/cli/js/dom_types.ts index e32b5f0f1..1e6c622c8 100644 --- a/cli/js/dom_types.ts +++ b/cli/js/dom_types.ts @@ -530,8 +530,8 @@ type RequestDestination = | "worker" | "xslt"; type RequestMode = "navigate" | "same-origin" | "no-cors" | "cors"; -type RequestRedirect = "follow" | "error" | "manual"; -type ResponseType = +type RequestRedirect = "follow" | "nofollow" | "error" | "manual"; +export type ResponseType = | "basic" | "cors" | "default" |