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

Method getFormDataState

lib/web/fetch/formdata.js:190–192  ·  view source on GitHub ↗

* @param {FormData} formData

(formData)

Source from the content-addressed store, hash-verified

188 * @param {FormData} formData
189 */
190 static getFormDataState (formData) {
191 return formData.#state
192 }
193
194 /**
195 * @param {FormData} formData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected