@@ -1006,27 +1006,18 @@ URL processing model</h4>
1006
1006
1007
1007
3. Let |documentBase| be |environmentSettings|'s [=API base URL=] .
1008
1008
1009
- 4. Let |base | be |sheet|'s <a spec=cssom>stylesheet base URL</a> . [[CSSOM]]
1009
+ 4. Let |handleResourceFetchDone | be to do nothing.
1010
1010
1011
- 5. Let |referrer| be |documentBase|.
1012
-
1013
- 6. Let |handleResourceFetchDone| be to do nothing.
1014
-
1015
- 7. If |base| is null, set |base| to |documentBase|.
1016
-
1017
- 8. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1011
+ 5. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1018
1012
If the algorithm returns an error, return.
1019
1013
1020
- 9. If |corsMode| is "cors", set |referrer| to |sheet|'s
1021
- <a spec=cssom>location</a> . [[CSSOM]]
1022
-
1023
- 10. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
1014
+ 6. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
1024
1015
[=request/destination=] is |destination|, [=request/mode=] is |corsMode|,
1025
1016
[=request/origin=] is |environmentSettings|'s [=environment settings object/origin=] ,
1026
1017
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
1027
- set, and whose [=request/referrer=] is |referrer |.
1018
+ set, and whose [=request/referrer=] is |documentBase |.
1028
1019
1029
- 11 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseEndOfBody|
1020
+ 7 . [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseEndOfBody|
1030
1021
set to the following steps given [=/response=] |res| and Null, failure or byte stream
1031
1022
|byteStream|:
1032
1023
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
0 commit comments