* Not implemented * * @see https://fetch.spec.whatwg.org/#dom-body-formdata * @throws {NotSupportedError}
()
| 223 | * @throws {NotSupportedError} |
| 224 | */ |
| 225 | async formData () { |
| 226 | // TODO: Implement. |
| 227 | throw new NotSupportedError() |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Returns true if the body is not null and the body has been consumed. |
nothing calls this directly
no outgoing calls
no test coverage detected