File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1093,7 +1093,8 @@ export interface LDDebugOverride {
10931093 * It is important that you handle the rejection case; otherwise it will become an unhandled Promise
10941094 * rejection, which is a serious error on some platforms. The Promise is not created unless you
10951095 * request it, so if you never call `waitForInitialization()` then you do not have to worry about
1096- * unhandled rejections.
1096+ * unhandled rejections. Alternatively, if you do not want to deal with the rejection case, then you
1097+ * can use {@link waitUntilReady}.
10971098 *
10981099 * Note that you can also use event listeners ({@link on}) for the same purpose: the event `"initialized"`
10991100 * indicates success, and `"failed"` indicates failure.
You can’t perform that action at this time.
0 commit comments