Simple Fetch API Wrapper with Concise File Upload

https://github.com/WebsiteBeaver/far-fetch
There's many advantages this wrapper has over similar ones, but I will highlight file uploading.

async uploadFiles() {
const photos = document.querySelector('#photos').files;
const videos […]

See original post by invalid@example.com (CodingGuy21)

Leave a Reply