I'm trying to handle multipart forms and I am new to Deno and noticed that the MultipartReader mentioned in a few blog posts seems to be gone in newer versions of the standard library. Does that also mean that there is no way anymore to control memory usage with something like a maxMemory property? Because as far as I understand you are supposed to just use request.formData() which provides no way of handling this.
#`multipart` file upload streams
3 messages · Page 1 of 1 (latest)
So from what I gather in this conversation support for streams for multipart forms in Deno is incomplete which makes unsuitable for files that are larger than a few megabytes 😕 #old-help message