MCPcopy
hub / github.com/node-formidable/formidable / emitField

Method emitField

src/parsers/StreamingQuerystring.js:101–105  ·  view source on GitHub ↗
(key, val)

Source from the content-addressed store, hash-verified

99 }
100
101 emitField(key, val) {
102 this.key = '';
103 this.readingKey = true;
104 this.push({ key, value: val || '' });
105 }
106}
107
108export default QuerystringParser;

Callers 2

_transformMethod · 0.95
_flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected