Hacker News new | ask | show | jobs
by franciscop 2680 days ago
It should be onblur, otherwise you'd send requests for:

- me@example.c

- me@example.co

- me@example.co.

- me@example.co.u

- me@example.co.uk

And you'd have to account for all those tricky race conditions happening there

1 comments

And me@example.co could be the email of another user, so you'll never be able to login with yours.