Closed client9 closed 8 years ago
Currently the API waits until the entire file is checked before returning the corrected string and list of diffs.
Consider changing API so that when a diff (i.e. a misspelling) a callback function is run. The callback can then immediately print the error.
ReplaceReader is fully async with a callback
Currently the API waits until the entire file is checked before returning the corrected string and list of diffs.
Consider changing API so that when a diff (i.e. a misspelling) a callback function is run. The callback can then immediately print the error.