Files
jquery/src
Michał Gołębiowski-Owczarek a7ed9a7b63 Ajax: Support binary data (including FormData)
Two changes have been applied:
* prefilters are now applied before data is converted to a string;
  this allows prefilters to disable such a conversion
* a prefilter for binary data is added; it disables data conversion
  for non-string non-plain-object `data`; for `FormData` bodies, it
  removes manually-set `Content-Type` header - this is required
  as browsers need to append their own boundary to the header

Ref gh-4150
Closes gh-5197
2023-02-01 13:48:35 +01:00
..
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2021-01-12 20:56:51 +01:00
2020-05-18 23:20:38 +02:00
2022-03-01 14:11:50 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00
2019-11-18 21:15:03 +01:00