silly-dinner-68354
10/09/2023, 7:03 AM.on(…)
or other subscription-type API, to be informed of changes to feature flags for a project. The docs do mention that updates are streamed (using SSE) but don't quite spell it out.
It looks like setRenderer
might be the way to have some kind of callback fired when feature flag data changes (via streaming or refreshFeatures
), is that assumption correct?
(If I have somehow misread, or just missed, the documentation, please feel free to point that out.)fresh-football-47124
silly-dinner-68354
10/09/2023, 8:39 AM.on
in the EventEmitter
sense. Like a way to subscribe to changes in feature flag data.fresh-football-47124