cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Add ability to assign files to upload with setter #364

Open rglover opened 10 months ago

rglover commented 10 months ago

These should be parsed into buffers and sent along with the input, but nothing else. That way if I'm doing something like a profile update, I can have a single request and then write the buffer/stream where I need to via my setter.