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
- Previous term: Immutable
- Next term: IMS
- Random term: Net Promoter Score