Skip to content

Commit bba88a1

Browse files
committed
Add todo.
1 parent c3cbd46 commit bba88a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sdk/browser/src/BrowserDataManager.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export default class BrowserDataManager extends DefaultDataManager {
5252
const plainContextString = JSON.stringify(Context.toLDContext(context));
5353
const requestor = this.getRequestor(plainContextString);
5454

55+
// TODO: Handle wait for network results in a meaningful way. SDK-707
56+
5557
try {
5658
const payload = await requestor.requestPayload();
5759
const listeners = this.createStreamListeners(context, identifyResolve);

0 commit comments

Comments
 (0)