开发者

XMLHttpRequest.onreadystatechange not assigned

开发者 https://www.devze.com 2023-03-24 11:49 出处:网络
What happens if one uses XMLHttp开发者_运维百科Request, in async mode, without assigning any function to XMLHttpRequest.onreadystatechangeExpect it, nothing will happen as it is when you don\'t put \'

What happens if one uses XMLHttp开发者_运维百科Request, in async mode, without assigning any function to XMLHttpRequest.onreadystatechange


Expect it, nothing will happen as it is when you don't put 'document.onload = function(){};'.

0

精彩评论

暂无评论...
验证码 换一张
取 消