diff --git a/Overview.src.html b/Overview.src.html index 321fe727f..4918e1b16 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -621,7 +621,7 @@
about
", "blob
", and "data
",
+ is one of "about
", "blob
", "app
", and "data
",
and request's redirect count is zero
The result of performing a basic fetch using request. @@ -774,6 +774,20 @@
It has been argued this should be handled outside of fetching. +
app
"
+ If request's method is
+ `GET
` and
+ obtaining a resource from request's
+ url and origin does not return
+ failure, return a response whose
+ headers consist of a single
+ header whose
+ name is `Content-Type
` and
+ value is the MIME type and parameters returned
+ from obtaining a resource,
+ and body is the data returned from obtaining a resource.
+
Otherwise, return a network error.
data
"
If request's method is