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