From 7db7aca97faa050cf504cb00328341dd105b685f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 6 Jun 2024 13:02:04 +0200 Subject: [PATCH] Editorial: remove outdated HTML PR link --- fetch.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 625f5bd71..18ff28f7c 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, although neither of these currently specify - how. html/2914 aims to solve this. + and media fetches.

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