Generally yes, but there is one use case where every key stroke is often recorded and analyzed, a search bar. If it’s trying to fill out suggestions as you type, every keystroke is recorded as you go.
They don’t need to read the keystrokes, they need to read what’s in the input box. In programming terms, you’re evaluating the field in real time, you’re not waiting for the “send request”, nor are you keylogging, otherwise the existence of the field would be irrelevant.
Generally yes, but there is one use case where every key stroke is often recorded and analyzed, a search bar. If it’s trying to fill out suggestions as you type, every keystroke is recorded as you go.
They don’t need to read the keystrokes, they need to read what’s in the input box. In programming terms, you’re evaluating the field in real time, you’re not waiting for the “send request”, nor are you keylogging, otherwise the existence of the field would be irrelevant.