Constructors
Properties
Static
cache
cache:
Cache<any> = ...
Methods
Static
get
-
get<T>(url): Promise<T>
-
Returns Promise<T>
Protected
Static
load
-
load(url): Promise<unknown>
-
Returns Promise<unknown>
Static
loadResource
-
loadResource<T>(url): Promise<T>
-
Returns Promise<T>
Static
loadResources
-
loadResources<T>(resources): Promise<{
[name:
string]: T;
}>
-
Returns Promise<{
[name:
string]: T;
}>