Currently, the option for `url` is hardcoded and should be an option. Additionally, the configuration should be also a part of the state provider. Perhaps with a solution like this? ``` javascript new hlx.base.state.HttpProvider({ store : { url : 'another-cookies-url.json' } }); ```
Currently, the option for
urlis hardcoded and should be an option.Additionally, the configuration should be also a part of the state provider. Perhaps with a solution like this?