You're probably looking for Chrome's WebRequest extension API [1]. This is a feature of Chrome, not of V8.
[1] http://code.google.com/chrome/extensions/webRequest.html On Mon, May 28, 2012 at 11:35 AM, insanediv <[email protected]>wrote: > > Hello guys, > > Is it possible to intercept when the browser opens a connection (i.e., on > a URL)? I'm wishing to keep track of all connections opened in my web > runtime. Is it possible with V8? > > regards. > > > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
