Skip to main content

DefaultAssetImportStrategy

The DefaultAssetImportStrategy is able to import paths from the local filesystem (taking into account the importExportOptions.importAssetsDir setting) as well as remote http/https urls.

Signature

constructor

method(options?: { retryDelayMs: number; retryCount: number; }) => DefaultAssetImportStrategy

init

method(injector: Injector) =>

getStreamFromPath

method(assetPath: string) =>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page