Re: [webkit-dev] Re: Adding Javascript object to Webkit

2008-04-14 Thread Geoffrey Garen
Is there a way to set a timeout using this API or kill / interrupt a running wild script? No. Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Re: Adding Javascript object to Webkit

2008-04-12 Thread David Hansen
On Thu, 3 Apr 2008 13:39:58 -0700 Geoffrey Garen wrote: Yes, I think using the API in JavaScriptCore/API will give you the best results. It's also the easiest API to come up to speed on. There's some example usage of the API in JavaScriptCore/API/testapi.c. Is there a way to set a timeout