MCPcopy Create free account
hub / github.com/fontsource/fontsource / limit

Method limit

website/worker-configuration.d.ts:6729–6729  ·  view source on GitHub ↗

* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @returns A promise that resolves with the outcome of the rate limit.

(options: RateLimitOptions)

Source from the content-addressed store, hash-verified

6727 * @returns A promise that resolves with the outcome of the rate limit.
6728 */
6729 limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
6730}
6731// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
6732// to referenced by `Fetcher`. This is included in the "importable" version of the types which

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected