MCPcopy Create free account
hub / github.com/nodejs/undici / constructor

Method constructor

test/fetch/formdata.js:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 await t.test('Invalid class FormData', (t) => {
272 class FormData {
273 constructor () {
274 this.data = []
275 }
276
277 append (key, value) {
278 this.data.push([key, value])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected