File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -434,13 +434,13 @@ function fetching ({
434
434
435
435
// 3. Append `Accept`/value to request’s header list.
436
436
request . headersList . append ( 'accept' , value )
437
+ }
437
438
438
- // 12. If request’s header list does not contain `Accept-Language`, then
439
- // user agents should append `Accept-Language`/an appropriate value to
440
- // request’s header list.
441
- if ( ! request . headersList . has ( 'accept-language' ) ) {
442
- request . headersList . append ( 'accept-language' , '*' )
443
- }
439
+ // 12. If request’s header list does not contain `Accept-Language`, then
440
+ // user agents should append `Accept-Language`/an appropriate value to
441
+ // request’s header list.
442
+ if ( ! request . headersList . has ( 'accept-language' ) ) {
443
+ request . headersList . append ( 'accept-language' , '*' )
444
444
}
445
445
446
446
// 13. If request’s priority is null, then use request’s initiator and
You can’t perform that action at this time.
0 commit comments