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 27f5d91 commit 2921096Copy full SHA for 2921096
packages/sdk/browser/src/BrowserClient.ts
@@ -32,6 +32,8 @@ import BrowserPlatform from './platform/BrowserPlatform';
32
*
33
* @ignore Implementation Note: We are not supporting dynamically setting the connection mode on the LDClient.
34
* @ignore Implementation Note: The SDK does not support offline mode. Instead bootstrap data can be used.
35
+ * @ignore Implementation Note: The browser SDK has different identify options, so omits the base implementation
36
+ * @ignore from the interface.
37
*/
38
export type LDClient = Omit<
39
CommonClient,
0 commit comments