* Intended for use on the frontend, consuming a stream produced with * `.toReadableStream()` on the backend. * * Note that messages sent to the model do not appear in `.on('message')` * in this context.
(stream4)
| 70232 | } |
| 70233 | /** |
| 70234 | * Intended for use on the frontend, consuming a stream produced with |
| 70235 | * `.toReadableStream()` on the backend. |
| 70236 | * |
| 70237 | * Note that messages sent to the model do not appear in `.on('message')` |
| 70238 | * in this context. |
| 70239 | */ |
| 70240 | static fromReadableStream(stream4) { |
| 70241 | const runner = new _MessageStream(); |
nothing calls this directly
no test coverage detected