Waits for all the of {@linkcode PendingRequest}s in the pool to be fulfilled and returns them.
an Array of the Fufilled Requests.
Get any of the {@linkcode PendingRequest}s in the pool that have been fufilled.
Fufilled request if there are pending requests in the pool, null if not.
The number of {@linkcode PendingRequest}s added to the pool.
number of requests.
Add a {@linkcode PendingRequest} to the fetch pool.
A {@linkcode PendingRequest} returned from a {@linkcode Fetchly.fetch()} call.
Generated using TypeDoc
FetchPool allows "pooling" {@linkcode PendingRequest}s and handling the fulfillment of one or all of the requests.
FetchPool is useful for dispatching multiple requests at the same time and handling the requests as they're fulfilled, rather than waiting for requests to be fulfilled one by one.