From 449e5c21bbd254bce5f0721c16743d6bccf4ccc2 Mon Sep 17 00:00:00 2001 From: edent Date: Sat, 3 Mar 2018 19:38:33 +0000 Subject: [PATCH] Fix URL linking error Re #1215 --- sections/webappapis.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sections/webappapis.include b/sections/webappapis.include index 2b74146836..92d04b62ca 100644 --- a/sections/webappapis.include +++ b/sections/webappapis.include @@ -116,7 +116,7 @@ :: A URL record that represents the location of the resource with which the environment is associated.

In the case of an environment settings object, this URL might be - distinct from the environment settings object's responsible document's URL, due to mechanisms such as + distinct from the environment settings object's responsible document's URL, due to mechanisms such as history.pushState().

: A target browsing context @@ -330,7 +330,7 @@ asynchronously complete with either null (on failure) or a new classic script (on success). - 1. Let request be a new request whose url is url, + 1. Let request be a new request whose url is url, client is fetch client settings object, destination is destination, mode is "same-origin", credentials mode is "same-origin", parser metadata is "not parser-inserted", and whose @@ -432,7 +432,7 @@ 4. Create an entry in module map with key url and value "fetching". 5. Let request be a new request whose - url is url, destination is destination, mode is "cors", + url is url, destination is destination, mode is "cors", referrer is referrer, and client is fetch client settings object. Set up the module script request given request and options.