Home > @uniformdev/context-edge > TransformEdgeStreamOptions
TransformEdgeStreamOptions interface
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Decoder | |||
|
Encoder | |||
|
(details: { error: unknown; chunk?: string; }) => void |
(Optional) Called when an error occurs during stream processing. Receives the error and, when available, the decoded HTML chunk that triggered it. | ||
|
Reader | |||
|
Writer |