HttpBackendConfiguration
Configuration class for i18next-http-backend initialization.
This class encapsulates all the configuration options available for initializing i18next-http-backend in a Kotlin/JS environment.
See also
Properties
Link copied to clipboard
Allows cross domain requests when true.
Link copied to clipboard
Sets request.setRequestHeader(key, value) { authorization: 'foo', },
Link copied to clipboard
Sets request.overrideMimeType("application/json").
Link copied to clipboard
Adds query parameters to resource URL.
Link copied to clipboard
Allows credentials on cross domain requests .