SourceMap

final case class SourceMap(uri: Uri)

A Response header that links generated code to a source map, enabling the browser to reconstruct the original source and present the reconstructed original in the debugger.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/SourceMap

Value parameters:
uri

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

Companion:
object
Source:
SourceMap.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product