# devtools-source-map

[![Npm version](https://img.shields.io/npm/v/devtools-source-map.svg)](https://npmjs.org/package/devtools-source-map)

This package contains DevTools utilities for working with source maps.

This is used in multiple contexts:

* The debugger loads this package directly when running from the launchpad in a
  tab by itself
* The toolbox inside Firefox loads this package and passes it down to interested
  tools so that they can share a common instance of the utilities

# Application Requirements

This package assumes that an application using this code will make the
`worker.js` file available at application specified URL `workers.sourceMapURL`.
