14:29 | <hsivonen> | sideshowbarker: https://github.com/hsivonen/chardetng_j |
14:29 | <hsivonen> | (Not expecting to polish it further for at least two weeks.) |
16:11 | <devsnek> | why can the formdata api only set name and filename? would be cool to be able to set other disposition fields or even other subpart headers |
16:12 | <devsnek> | content-description would be especially nice |
16:14 | <Andreu Botella (he/they)> | You can set the Content-Type header with a Blob value |
16:15 | <devsnek> | yeah but that's for content-type |
16:15 | <devsnek> | what if i want to give an image alt text |
16:16 | <Andreu Botella (he/they)> | No browser supports any other headers, and who knows if some servers might break if they find unexpected headers |
16:16 | <devsnek> | content-description is an ietf standard |