Skip to content

Commit 528311c

Browse files
committed
Fill out promiseAllSettled comment
1 parent 405dbb7 commit 528311c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/analytics-exp/src/helpers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import { GtagCommand, GTAG_URL } from './constants';
2828
import { logger } from './logger';
2929

3030
/**
31-
* Makeshift polyfill for Promise.allSettled()
31+
* Makeshift polyfill for Promise.allSettled(). Resolves when all promises
32+
* have either resolved or rejected.
3233
*
3334
* @param promises Array of promises to wait for.
3435
*/

0 commit comments

Comments
 (0)