Open joshua211 opened 4 years ago
Nevermind, I took a look at Jint and Jurassic and it seems both are stuck on ecma 5.
On that note, what about supporting other js engines? V8.Net seems like a decent options, since it is a wrapper around the V8 engine itself, which chrome and other browsers use.
I've already thought about adding V8 support. In the 3rd version, I added a set of interfaces for connecting various engines.
I'm having same problem, where Optimus gives me only <DIV ui-view=""></DIV>
I want to get <div ui-view="" class="ng-scope"> ...etc etc content content...
.
I'm using Knyaz.Optimus version 3.0.1 but I only see Knyaz.Optimus.Scripting.Jint and Jurassic available, not sure how to use V8 or any other scripting enginge that can deliver more content.
Does optimus support loading web frameworks like react and angular? I'm having trouble loading pages like twitter and instagram.