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 7fb0915 commit f7e571dCopy full SHA for f7e571d
packages/sdk/browser/src/index.ts
@@ -67,10 +67,6 @@ export type {
67
/**
68
* Creates an instance of the LaunchDarkly client.
69
*
70
- * The client will begin attempting to connect to LaunchDarkly as soon as it is created. To
71
- * determine when it is ready to use, call [[LDClient.waitForInitialization]], or register an
72
- * event listener for the `"ready"` event using [[LDClient.on]].
73
- *
74
* Usage:
75
* ```
76
* import { initialize } from 'launchdarkly-js-client-sdk';
0 commit comments