Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/
Class
http/unstable_formdata_decoder_stream.ts:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
* ```
64
*/
65
export
class
FormDataDecoderStream {
66
#readable: ReadableStream<FormDataEntry>;
67
/**
68
* Constructs a
new
instance.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected