Uncaught ReferenceError: XHLHttpRequest is not defined

时间:2021-08-02 15:12:59   收藏:0   阅读:31

在js脚本中运行var xhr =  new XHMLHttpRequest();

出现报错: Uncaught ReferenceError: XHLHttpRequest is not defined

报错原因:xhlhttprequest不是node 的内置对象。需要单独安装

解决办法:安装xhlhttprequest,安装命令:npm install xmlhttprequest

原文:https://www.cnblogs.com/00544--/p/15089553.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!