Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 XMLHttpRequest 如何在 Javascript 中工作的低级细节,但是我没有任何运气在 Rhino 或 V8 代码中找到实现代码。我对这两个项目中的代码都不熟悉,所以我可能没有找到正确的位置。
任何地方都有可用的开源实现吗?
如果我没记错的话,在 Mozilla 源代码中,这是由nsXMLHttpRequest.cpp处理的。