Skip to content

Pass details from request in on-success and on-error #7

Open
@danielcompton

Description

@danielcompton

It's often useful to have things like status codes, headers, e.t.c. even in successful responses, e.g. when getting a 201 with a Location header. Currently we only return the body of the response. There's a few things to think about here:

  • Do we always return the full details, or is it an additional flag?
  • Do we return the raw Xhr object? They are designed to be reused and recycled, so this could be a problem if we ever did this in the future?
  • Do we return a map with :response and :xhr, or extract the useful keys from the Xhr and put them in the map?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions