This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
HTTP Service doesn't support sending FormData #1116
Open
Description
Per HttpRequest docs:
If specified, sendData will send data in the form of a ByteBuffer, Blob, Document, String, or FormData along with the HttpRequest.
The http service only accounts for a handful of the supported types, and will otherwise attempt to serialize the object as json. See here: https://github.com/angular/angular.dart/blob/master/lib/core_dom/http.dart#L71