js-client-sdk
js-client-sdk copied to clipboard
LaunchDarkly Client-side SDK for Browser JavaScript
Similar to #62, the extension [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) blocks some requests from LaunchDarkly. 
**Is your feature request related to a problem? Please describe.** We would like to use the LD js-client-sdk in a chrome extension background service worker but the SDK uses `window`...
**Is your feature request related to a problem? Please describe.** We recently installed the React SDK. We run lighthouse-ci in our CI pipeline and it failed due to `no-unload-listeners`. **Describe...
**Is your feature request related to a problem? Please describe.** Currently, the code is compiled to ES5. This makes js-client-sdk way heavier than it needs to be. From my experiments,...
### Describe the bug I posted this on the React library github issue page (https://github.com/launchdarkly/react-client-sdk/issues/123#issue-1170305480), but looks like it may be more related to the core JS library, so reposting...
**Describe the bug** This relies on a deprecated package through the `js-sdk-common` package in versions below 4.0.0. > npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older...
Originally reported in [this comment](https://github.com/launchdarkly/js-client/issues/126#issuecomment-483334131) on the more general issue #126. ## Symptom In recent versions of Chrome, the browser console shows this warning: `Failed to execute 'send' on 'XMLHttpRequest':...
**Describe the bug** When LaunchDarkly attempts to open connections to the server api close to when a `beforeunload` event occurs, those connections / api calls fails in a unexpected way....
Hi there, Firstly, thanks for this great service. It's working fantastically well for us. We have an application which involves a fair bit of user state changing - logging in...
**Describe the bug** The LDClient is failing to establish a connection to stream flag updates **To reproduce** Subscribe to the ldClient.on('change') events **Expected behavior** Updates to flags should be reflected...