Search
Preparing search index...
The search index is not available
galeforce - v0.6.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NullRateLimiter
Class NullRateLimiter
Hierarchy
RateLimiter
NullRateLimiter
Index
Constructors
constructor
Properties
config
Methods
schedule
Constructors
constructor
new
Null
Rate
Limiter
(
config
:
ConfigInterface
[
"rate-limit"
]
)
:
NullRateLimiter
Parameters
config:
ConfigInterface
[
"rate-limit"
]
Returns
NullRateLimiter
Properties
Readonly
config
config
:
ConfigInterface
[
"rate-limit"
]
Methods
schedule
schedule<T>
(
request
:
(
)
=>
Promise
<
T
>
, region
?:
Region
)
:
Promise
<
T
>
Type parameters
T
Parameters
request:
(
)
=>
Promise
<
T
>
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Optional
region:
Region
Returns
Promise
<
T
>
Globals
Null
Rate
Limiter
constructor
config
schedule