From be3d6def234696c3eb7b3daf59890aa5a08cc1a5 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 5 Jun 2024 10:25:02 +0200 Subject: [PATCH 1/2] Fix outdated HTML PR link --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 625f5bd7..8abaaa9f 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1113,8 +1113,8 @@ a byte-case-insensitive match for one of request object is copied, but will be removed if the request is modified by unprivileged APIs.

`Range` headers are commonly used by downloads - and media fetches, although neither of these currently specify - how. html/2914 aims to solve this. + and media fetches. More details can be found in + html/7655.

A helper is provided to add a range header to a particular request. From cc13052e06642081a675f795cde0ec9f241f7e14 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 5 Jun 2024 20:35:26 +0200 Subject: [PATCH 2/2] Update fetch.bs Co-authored-by: Anne van Kesteren --- fetch.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 8abaaa9f..18ff28f7 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1113,8 +1113,7 @@ a byte-case-insensitive match for one of request object is copied, but will be removed if the request is modified by unprivileged APIs.

`Range` headers are commonly used by downloads - and media fetches. More details can be found in - html/7655. + and media fetches.

A helper is provided to add a range header to a particular request.