Skip to content

Commit 2921096

Browse files
committed
Additional comment.
1 parent 27f5d91 commit 2921096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sdk/browser/src/BrowserClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ import BrowserPlatform from './platform/BrowserPlatform';
3232
*
3333
* @ignore Implementation Note: We are not supporting dynamically setting the connection mode on the LDClient.
3434
* @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.
3537
*/
3638
export type LDClient = Omit<
3739
CommonClient,

0 commit comments

Comments
 (0)