Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the XMLHttpRequest Implementation? [closed]

I would like to understand the low level details of how XMLHttpRequest works in Javascript, however I have not had any luck finding the implementation code within either the Rhino or V8 code. I'm not familiar with the code in either projects, so I may not be looking in the right spots.

Is there an available open-source implementation anywhere?

like image 873
Steve Avatar asked Jul 01 '10 11:07

Steve


1 Answers

If I'm not mistaken, in the Mozilla source code this is handled by nsXMLHttpRequest.cpp.

like image 50
Marcel Korpel Avatar answered Sep 29 '22 14:09

Marcel Korpel