Skip to content

Add a pendingSrc or selectedSrc property #269

Open
@aFarkas

Description

Currently there is the currentSrc property to get the URL of the current request.

In most use cases where there is also a pending request, the currentSrc isn't that interesting anymore, because it will change soon. It would be great to also have an API to get either the URL of the pending request (i.e.: pendingSrc) or a property that returns either the pending request if it is not null or the current request if the pending request is null (i.e: selectedSrc).

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions