Skip to content
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
@bgourlie

Description

@bgourlie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions