--- title: SourceMap slug: Web/HTTP/Headers/SourceMap translation_of: Web/HTTP/Headers/SourceMap ---
 {{HTTPSidebar}}

The SourceMap HTTP response header links generated code to a source map, enabling the browser to reconstruct the original source and present the reconstructed original in the debugger.

Header type {{Glossary("Response header")}}
{{Glossary("Forbidden header name")}} no

Sintaxe

SourceMap: <url>
X-SourceMap: <url> (deprecated)

Diretivas

<url>
A relative (to the request URL) or absolute URL pointing to a source map file.

Exemplos

SourceMap: /path/to/file.js.map

Especificações

Especificação Titulo
Draft document Source Map Revision 3 Proposal

Browser compatibility

{{Compat("http.headers.SourceMap")}}

Veja Também