Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
enableLocaleFallbackWith
- enableLocaleFallbackWith(fallbacker): void
Returns void
forkByKey
- forkByKey(other): void
Returns void
forkByLocale
- forkByLocale(other): void
Returns void
An ICU4X data provider, capable of loading ICU4X data keys from some source.
Currently the only source supported is loading from "blob" formatted data from a bytes buffer or the file system.
If you wish to use ICU4X's builtin "compiled data", use the version of the constructors that do not have
_with_provider
in their names.See the Rust documentation for
icu_provider
for more information.