ImportMapData
Summary
Import map data accepted by the server renderer.
Signature
interface ImportMapData {
imports?: ImportMapImports
integrity?: Record<string, string>
scopes?: Record<string, ImportMapImports>
}
Properties
imports
Top-level module specifier mappings.
integrity
Subresource integrity metadata keyed by module URL.
scopes
Module specifier mappings scoped by URL.