1.1.4 • Published 2 years ago

@outreach/launchdarkly-js-extension-sdk v1.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@outreach/launchdarkly-js-extension-sdk

LaunchDarkly SDK for browser extension background service workers.

The SDK is built on top of js-sdk-common which is not an official API provided by LaunchDarkly. This SDK can break with feature releases of js-sdk-common.

The implementation of the SDK is similar to browser SDK with following differences:

  • It uses fetch instead of XMLHttpRequest for network requests
  • It uses chrome.storage.local for flag caching instead of localStorage
  • It hooks to chrome.runtime.onSuspend for cleanup (flushing analytic events) instead of unload event listener
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago