Skip to content

start Event not firing #28

@MLDMoritz

Description

@MLDMoritz

Hey,

I want to show a loading indicator so I want to use the start event to set a loading boolean.
However the start event is not firing, the finish event is firing.

doRequest(payload)
    .on("start", () => {
        console.log('loading true');
    })
    .on("finish", () => {
        console.log('loading false');
    });

I am using ApiService and the fetch adapter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions