diff --git a/types/loader.d.ts b/types/loader.d.ts index a8eea29..5e600e2 100644 --- a/types/loader.d.ts +++ b/types/loader.d.ts @@ -51,7 +51,7 @@ crossOrigin?: boolean | string; loadType?: number; xhrType?: string; - metaData?: { + metadata?: { loadElement?: HTMLImageElement | HTMLAudioElement | HTMLVideoElement; skipSource?: boolean; mimeType?: string | string[];