javascript-client
javascript-client copied to clipboard
NodeJS and Browser SDK client for Split Software
I'm using the Split nodejs SDK in my application. It's generally working fine, but I'm running into issues when using the SDK as part of a lambda that streams its...
# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# JS SDK ## What did you accomplish? Update Client and Manager interfaces in JS SDK to extend NodeJS EventEmitter instead of IEventEmitter as in Browser and RN SDKs. ##...
# JS SDK ## What did you accomplish? - Rename `wrapper.close` to `wrapper.disconnect` - Rename 'CUSTOM' type to 'PLUGGABLE' type - Fix typos ## How do we test the changes...
# JS SDK ## What did you accomplish? Added extra config validation: - Throws exception if no REDIS or PLUGGABLE storage is provided in consumer mode - Log error and...
# JS SDK ## What did you accomplish? - Added support to validate and preload Split data on client-side storage. ## How do we test the changes introduced in this...
# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# JS SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# JS SDK ## What did you accomplish? - If `largeSegmentsEnabled` is true, localhost mode should work properly and emit SDK_READY event. ## How do we test the changes introduced...