MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / StreamPreset

Interface StreamPreset

demo/App.tsx:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162interface StreamPreset {
163 id: string;
164 label: string;
165 chunkSize: number;
166 intervalMs: number;
167 jitterMs: number;
168}
169
170const STREAM_PRESETS: StreamPreset[] = [
171 { id: "char", label: "Char", chunkSize: 1, intervalMs: 35, jitterMs: 8 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected