Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

However, there is one thing that you should keep in mind for the SpellCheckAsYouType (SCAYT) product. There is a mechanism of “caching/remembering” previously checked words during this active session (until the page reload). Thus, SCAYT remembers already checked words and won't send them again for spell checking

For example, if you have text something like “Hello, how are you ” and the user adds at the end of the sentence a word “today”, so a new sentence is “Hello, how are you today”, then the only one word “today” will be sent to the server for checking. 

After that, the user adds . Hello” Hello and pauses for a few seconds, so a new sentence is “HelloHello, how are you today. Hello” Hello. In this case, SCAYT doesn't send any requests as all these words have been already checked, and we know that “Hello” is a correct word.

...