SóProvas


ID
1839226
Banca
VUNESP
Órgão
CRO-SP
Ano
2015
Provas
Disciplina
Programação
Assuntos

No AJAX, ao executar uma chamada assíncrona com o objeto XMLHttpRequest, o resultado da requisição deve ser processado por uma função anexada ao evento

Alternativas
Comentários
  • The onreadystatechange event

    When a request to a server is sent, we want to perform some actions based on the response.

    The onreadystatechange event is triggered every time the readyState changes.

    The readyState property holds the status of the X M L H ttpRe quest.

    FONTE: w3schools