Properties
Static
audioCache
audioCache: {
[key: string]: HTMLAudioElement;
} = {}
Type declaration
-
[key: string]: HTMLAudioElement
Static
fileCache
fileCache: {
[key: string]: string;
} = {}
Static
imageCache
imageCache: {
[key: string]: HTMLImageElement;
} = {}
Type declaration
-
[key: string]: HTMLImageElement