Open
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
Labels
No labels