FormData

HTML5 `FormData` polyfill for Browsers and nodejs

MIT License

Downloads
19M
Stars
360
Committers
19

Bot releases are hidden (Show)

FormData - v4.0.7

Published by jimmywarting about 3 years ago

included d.ts

FormData - 4.0.5

Published by jimmywarting over 3 years ago

normalize linefeeds when serializing formdata

FormData -

Published by jimmywarting over 3 years ago

FormData - ignore fields that are inside a disabled fieldset

Published by jimmywarting over 4 years ago

fix: #110

FormData - Blob detection changed

Published by jimmywarting about 5 years ago

  • fix: ios 9 blob detection (#94)
  • updated dev dependencies
FormData - XHR Content-Type

Published by jimmywarting over 5 years ago

Don't set Content-Type request if already it was already set (#86)

FormData - Beacon & empty file input

Published by jimmywarting over 5 years ago

navigator.sendBeacon support (#74)
empty file inputs now sends a nameless empty file (#78)

FormData - Avoid node crash

Published by jimmywarting over 5 years ago

don't crash in node (#72)

Applied standard format
inlined the decorators
added test for few arguments

FormData - normalize linefeeds for textareas

Published by jimmywarting almost 6 years ago

FormData - Fix formdata incorrectly populating buttons into the dataset

Published by jimmywarting almost 6 years ago

FormData - fix file input iteration

Published by jimmywarting about 6 years ago

#60 (cd277c8)

FormData - Fix disabled select options

Published by jimmywarting over 6 years ago

this minor version fix solved the issue where selected + disabled option where added to the formdata when it should not have done that, Also changed the default filename from Blob to blob

FormData - Bugfixes

Published by jimmywarting almost 7 years ago

  • Fix filename not being correct #43
  • Set default Content-Type header for request where type is blob #44
  • degraded selectedoptions to loop over option element instead #45
FormData - disabled elements and global shim

Published by jimmywarting almost 7 years ago

  • Ignore disabled elements when passing a form to the constructor.
  • FormData no longer export anything it's now available from window.FormData
FormData - Fixes radio button

Published by jimmywarting about 7 years ago

FormData - Bug fix

Published by jimmywarting over 7 years ago