execute_stream
Execute RxJS code in an isolated environment to capture stream emissions, timeline, and performance metrics for debugging and visualization.
Instructions
Execute RxJS code in an isolated environment and capture the stream emissions, timeline, and performance metrics. Code runs in a separate worker thread for security.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | RxJS code to execute. Should return an Observable. | |
| takeCount | No | Maximum number of values to take from the stream | |
| timeout | No | Timeout in milliseconds | |
| captureTimeline | No | Whether to capture emission timeline | |
| captureMemory | No | Whether to capture memory usage |