Menu
Scroll for more
This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
Open source
ReadableStreamDefaultReader
The ReadableStreamDefaultReader type represents a default reader that can be used to read stream data. It can be used to read from a
ReadableStream object that has an
underlying source of any type.
Methods
| Name | Description |
|---|---|
| cancel(reason) | Returns a Promise that resolves when the stream is canceled. |
| read() | Returns a Promise that resolves with an object containing the done and value properties, providing access to the next chunk in the stream’s internal queue. |
| releaseLock() | Releases the lock on the stream. |
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Performance testing and observability in Grafana Cloud
Optimize user experiences with Grafana Cloud. Learn real-time insights, performance testing with k6, and continuous validation with Synthetic Monitoring.
Events

User-centered observability: load testing, real user monitoring, and synthetics
Learn how to use load testing, synthetic monitoring, and real user monitoring (RUM) to understand end users' experience of your apps. Watch on demand.