From fbcf32ff81752a59dc659ba4e65a76f9a5b9d06b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 1 Feb 2024 17:53:29 +0100 Subject: [PATCH] lowercase sourcemap header (#28) --- source-map.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source-map.bs b/source-map.bs index 39b523a..0b554e6 100644 --- a/source-map.bs +++ b/source-map.bs @@ -342,11 +342,11 @@ support in order to add an HTTP header and the second requires an annotation in The HTTP header should supply the source map URL reference as: ``` -SourceMap: +sourcemap: ``` -Note: Previous revisions of this document recommended a header name of `X-SourceMap`. This -is now deprecated; `SourceMap` is now expected. +Note: Previous revisions of this document recommended a header name of `x-sourcemap`. This +is now deprecated; `sourcemap` is now expected. The generated code should include a line at the end of the source, with the following form: