Hi,

I am currently trying to implement an auto-proxy configuration
using .PAC files (http://en.wikipedia.org/wiki/Proxy_auto-
config#The_PAC_file).

PAC files are simply javascript files with the function
"FindProxyForURL" defined.  This function takes two parameters; it
takes the url and the hostname.  Within this "FindProxyForURL"
function, we can specify certain PAC-specific functions defined here:
(http://findproxyforurl.com/pac_functions_explained.html).

I am curious whether V8 has support for these functions.  When I try
to invoke my PAC files in V8, I receive exceptions saying that the
functions are not defined.

Thanks,
Jon

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to