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 10800d1 commit 459eaa8Copy full SHA for 459eaa8
packages/sdk/browser/src/BrowserIdentifyOptions.ts
@@ -1,6 +1,6 @@
1
import { LDIdentifyOptions } from '@launchdarkly/js-client-sdk-common';
2
3
-export interface BrowserIdentifyOptions extends Omit<LDIdentifyOptions, 'waitForNetworkresults'> {
+export interface BrowserIdentifyOptions extends Omit<LDIdentifyOptions, 'waitForNetworkResults'> {
4
/**
5
* The signed context key if you are using [Secure Mode]
6
* (https://docs.launchdarkly.com/sdk/features/secure-mode#configuring-secure-mode-in-the-javascript-client-side-sdk).
0 commit comments