We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405dbb7 commit 528311cCopy full SHA for 528311c
packages-exp/analytics-exp/src/helpers.ts
@@ -28,7 +28,8 @@ import { GtagCommand, GTAG_URL } from './constants';
28
import { logger } from './logger';
29
30
/**
31
- * Makeshift polyfill for Promise.allSettled()
+ * Makeshift polyfill for Promise.allSettled(). Resolves when all promises
32
+ * have either resolved or rejected.
33
*
34
* @param promises Array of promises to wait for.
35
*/
0 commit comments