Skip to main content
Glama
mutation-rate-limiter.d.ts656 B
import type { eventWithTime } from '@rrweb/types'; import type { rrwebRecord } from './types/rrweb'; export declare class MutationRateLimiter { private readonly rrweb; private readonly options; private bucketSize; private refillRate; private mutationBuckets; private loggedTracker; constructor(rrweb: rrwebRecord, options?: { bucketSize?: number; refillRate?: number; onBlockedNode?: (id: number, node: Node | null) => void; }); private refillBuckets; private getNodeOrRelevantParent; private numberOfChanges; throttleMutations: (event: eventWithTime) => eventWithTime | undefined; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server