oak
oak copied to clipboard
A likely typo in jsdoc — no need to await on a form-data body value
It seems like you don't need to await on form–data body value. While it probably does not hurt, the linter gets mad about it
The same may relate to the example with the stream()
call below
https://github.com/oakserver/oak/blob/9ce772628961a8a1edec92b3c5d62d09f5d7c7f4/multipart.ts#L341