Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@ export interface LDDebugOverride {
* It is important that you handle the rejection case; otherwise it will become an unhandled Promise
* rejection, which is a serious error on some platforms. The Promise is not created unless you
* request it, so if you never call `waitForInitialization()` then you do not have to worry about
* unhandled rejections.
* unhandled rejections. Alternatively, if you do not want to deal with the rejection case, then you
* can use {@link waitUntilReady}.
*
* Note that you can also use event listeners ({@link on}) for the same purpose: the event `"initialized"`
* indicates success, and `"failed"` indicates failure.
Expand Down