in src/SimpleWebRequest.ts [132:134]
function isFormDataContentType(ct: string): boolean { return !!ct && ct.indexOf('multipart/form-data') === 0; }