Skip to content

Commit

Permalink
lowercase sourcemap header (tc39#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Feb 1, 2024
1 parent 9cec4a8 commit fbcf32f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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: <url>
sourcemap: <url>
```

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:

Expand Down

0 comments on commit fbcf32f

Please sign in to comment.