1.1 KiB
1.1 KiB
bandcamp-fetch / Limiter
Class: Limiter
Table of contents
Constructors
Methods
Constructors
constructor
• new Limiter()
Defined in
Methods
schedule
▸ schedule<R
>(fn
): Promise
<R
>
Type parameters
Name |
---|
R |
Parameters
Name | Type |
---|---|
fn |
() => PromiseLike <R > |
Returns
Promise
<R
>
Defined in
updateSettings
▸ updateSettings(options?
): void
Parameters
Name | Type |
---|---|
options? |
ConstructorOptions |
Returns
void