alkan
Results
2
issues of
alkan
OAK v9.0.0 When a form-data is posted or put, it works well with primitive form fields,but if the form-ata contains a file: * Time to respond takes much more time...
needs investigation
deno v1.13.2, servest v1.3.4 ```js const form = await req.formData() const file = form.file('myfile') ``` In such a simple script, it is expected that 'file' object should xe an array...