You could integrate libcurl. However, this wouldn't buy you much. The libraries you want to test rely on access to a browser DOM. V8 ain't got one of those.
You might find some success customizing Chrome (or Mozilla). On Oct 25, 2008, at 12:16 PM, [EMAIL PROTECTED] wrote: > Is the v8 shell capable of handling XMLHttpRequest requests? > > This would provide the perfect way to do unit testing of 3rd party > javascripts to see what javascript would break in the event that I > update my libraries (i.e. prototype, jquery, jquery ui, etc.) to the > newest version. > > Due to the security issues of cross site scripting, I was hoping that > I could use the v8 shell to do the unit tests. > > Thanks, > --Brian > > – Pete Gontier <http://pete.gontier.org/> --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
