SourceMap

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

Header type Response header (en-US)
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

Compatibilidade com navegadores

BCD tables only load in the browser

Veja Também