Skip to content

Commit 2389a6b

Browse files
Add statusCode to Fetch-based requester
1 parent b0cf778 commit 2389a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/optimizely-sdk/lib/index.browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function browserRequester(url, headers) {
4040
acc[k] = v;
4141
return acc;
4242
}, {}),
43+
statusCode: response.status,
4344
};
4445
}
4546

0 commit comments

Comments
 (0)