Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

Update example to explicitly enable refresh #54

Closed Eskibear closed 4 months ago

Eskibear commented 4 months ago

In latest design, RefreshOptions.enabled specifies whether the refresh is enabled, false by default. Otherwise it throws error "Refresh is not enabled" when calling settings.refresh().