I use Vivaldi. I have previously filled in forms where I used a certain name and e-mail.
Today I cleared the browser data except for the autofill stuff.
Then I went to Stack Exchange to register an account. It's pre-populated with an e-mail address and even password filled in because of the autofill feature. This makes me really antsy.
My question is: even though I have not submitted the form, is it possible that the server has "latched on to" this information using JavaScript after it was pre-populated into my form client-side?
Or does it happen in such a way that, while it's shown on my screen as if I typed it in, it was "blasted" onto the form bypassing any JavaScript which may be able to read it and then send it in an Ajax request to the server?