XMLHttpRequest object:
XMLHttpRequest
open ( , , ) send () <
open ( , , )
send ()
open() does not open the connection; it only configures the request, but the network activity only starts with the call of send ()