Hi,
Firstly, I should congratulate on this wonderful project. Among all V8 .NET projects that I have come across this seems the best. Easy to use, feature rich and most usage scenarios are explained in the discussion forum.
In my case, I am using the V8 engine to run a lengthy javascript which would run for several minutes. I need to be able to display progress to users. Is there some way to get notified from the script engine upon completion of each line of javascript? A generic method/property interception call or an event notification mechanism would be good. I didn't come across any solution in the forum though I have seen few discuss about debug option.
Please let me know if there are better alternatives.
Regards,
Ram
Firstly, I should congratulate on this wonderful project. Among all V8 .NET projects that I have come across this seems the best. Easy to use, feature rich and most usage scenarios are explained in the discussion forum.
In my case, I am using the V8 engine to run a lengthy javascript which would run for several minutes. I need to be able to display progress to users. Is there some way to get notified from the script engine upon completion of each line of javascript? A generic method/property interception call or an event notification mechanism would be good. I didn't come across any solution in the forum though I have seen few discuss about debug option.
Please let me know if there are better alternatives.
Regards,
Ram