This example demonstrates how to load a custom dictionary once a spelling check operation is started and save the words added by a user. Handle the CustomDictionaryLoading event to load a custom ...
The repository separates reusable library code (src/) from runnable entry points (scripts/, examples/). Configuration lives in config/ so browser and retry settings are isolated from logic. This ...