RateLimit
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7632
Methods
Section titled “Methods”limit()
Section titled “limit()”limit(
options
):Promise
<RateLimitOutcome
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:7638
Rate limit a request based on the provided options.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise
<RateLimitOutcome
>
A promise that resolves with the outcome of the rate limit.
https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/