MCPcopy Create free account
hub / github.com/denoland/std /

Class

http/unstable_formdata_encoder_stream.ts:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 * ```
77 */
78export class FormDataEncoderStream {
79 #encoder = new TextEncoder();
80 #readable: ReadableStream<Uint8Array>;
81 #boundary: Uint8Array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected