fix fetch and store with multiple locations
Promise.race resolve or rejects with the first promise that answers. We now return the first promise that fulfills after all promises have settled.
Please register or sign in to comment
Promise.race resolve or rejects with the first promise that answers. We now return the first promise that fulfills after all promises have settled.