Mhrn
Mhrn
Hello, How are you doing 😊? I ran into the same issue where setting `'Content-Type': 'multipart/form-data'` in request headers caused the FormData payload to be sent as an empty object...
Sure , I'll work on it
```JavaScript const formatTime= (value , full=false) => { formatValue = (val) => (val < 10 ? `0${val}` : val); //A : if(!value) return "00:00:00" ; // B : if(!value){ throw...
Hello @Ericlm, thanks for this patch. It seems working; any plans to release it?