diff --git a/fetch.bs b/fetch.bs index a521ae621..1547de15e 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4667,7 +4667,7 @@ dictionary RequestInit { any window; // can only be set to null }; -enum RequestDestination { "", "audio", "document", "embed", "font", "image", "manifest", "object", "report", "script", "serviceworker", "sharedworker", "style", "track", "video", "worker", "xslt" }; +enum RequestDestination { "", "audio", "document", "embed", "font", "image", "manifest", "object", "report", "script", "sharedworker", "style", "track", "video", "worker", "xslt" }; enum RequestMode { "navigate", "same-origin", "no-cors", "cors" }; enum RequestCredentials { "omit", "same-origin", "include" }; enum RequestCache { "default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached" }; @@ -5767,6 +5767,7 @@ Marijn Kruisselbrink, Mark Nottingham, Mark S. Miller, Martin Dürst, +Martin Thomson, Matt Andrews, Matt Falkenhagen, Matt Oshry,