Ask a question to get started
Enter to sendā¢Shift+Enter new line
throttle: number | boolean
Throttle the stream. If a number is provided, the stream will be throttled to the given number of milliseconds. If true, updates are batched in a single macrotask. If false, updates are not throttled or batched.
true
false