WebGlossary.info
Import map
- A JSON object that allows developers to control how the browser resolves module specifiers when importing JavaScript modules. It provides a mapping between the text used as the module specifier in an
import
statement or import()
operator, and the corresponding value that replaces the text when resolving the specifier. An import map is specified via <script type="importmap">
in HTML. The JSON object must conform to the import map JSON representation format. ← MDN Web Docs
- More about this term (beta): Web search, articles and videos, books
- Previous term: Implementation conformance statement
- Next term: IMS
- Random term: Accessibility Maturity Model