Skip to content

Commit e3799c8

Browse files
nsrCodesAarushsr12
andauthored
feat: support sending files in forms (#193)
* draft: file changes * file size calculate fx * remove format logic * fix: extract size from open-dialog * chore: finalize check for multipart request --------- Co-authored-by: Aarushsr12 <aarushsrivastava1212@gmail.com> Co-authored-by: Aarush Srivastava <aarush@browserstack.com>
1 parent 8f3994c commit e3799c8

6 files changed

Lines changed: 267 additions & 80 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
"no-await-in-loop": "off",
1111
"prettier/prettier": "off",
1212
"no-nested-ternary": "off",
13+
"no-restricted-syntax": "off",
1314
"no-unused-vars": [
1415
"warn",
1516
{

0 commit comments

Comments
 (0)