Commented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: It is good if named arguments are supported. It...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: I am evaluating ClearScript for one my upcoming...
View ArticleNew Post: Display progress when script is executing...
I agree that native script function calls won't be notified. However, getting notified of all host method/property invocation in a single place where we can also get the script line index would be...
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: Named parameters is almost a necessity these days.
View ArticleNew Post: XMLHttpRequest, window and other Javascript objects
Hello, I have not been able to get XMLHttpRequest nor "window" to work. For example:window.open("http://www.example.com"); orvar xmlhttp = new XMLHttpRequest(); I know that I can implement my own...
View ArticleCommented Unassigned: Support for Chakra.dll (Edge engine) [81]
Any thoughts about supporting the Edge JS engine? Comments: We're tracking Chakra support [here](https://clearscript.codeplex.com/workitem/29).
View ArticleClosed Unassigned: Support for Chakra.dll (Edge engine) [81]
Any thoughts about supporting the Edge JS engine?
View ArticleEdited Feature: Support for Chakra.dll (Edge engine) [81]
Any thoughts about supporting the Edge JS engine?
View ArticleNew Post: XMLHttpRequest, window and other Javascript objects
Greetings! The window and XMLHttpRequest objects are part of the Web API and are implemented by web browsers. They're not part of the JavaScript language standard and are not provided by V8 or JScript....
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: any thoughts on how the situation has changed with the...
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: The combination of [ES6...
View ArticleEdited Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.
View ArticleNew Post: XMLHttpRequest, window and other Javascript objects
Good, now I know :-) Thank you for the answer!
View ArticleCommented Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.Comments: As we evaluate this feature, we'd love to hear...
View ArticleEdited Issue: Latest 5.4 download will not build V8 for me. [79]
I cannot build V8 on my Windows 7 64 bit workstation using your script. It fails at getting the patch. I have the latest GIT installed and it download the V8 source but stops on the patch. Doesn't even...
View ArticleCommented Issue: Latest 5.4 download will not build V8 for me. [79]
I cannot build V8 on my Windows 7 64 bit workstation using your script. It fails at getting the patch. I have the latest GIT installed and it download the V8 source but stops on the patch. Doesn't even...
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: Awesome -- thanks for the update!
View ArticleEdited Feature: Support for specifying host method arguments by name [80]
Neither JavaScript nor VBScript have native support for named arguments, but some way to specify host method arguments by name might be useful.
View ArticleNew Post: Global camel case support
Is there any updated documentation for 5.4.2 describing how to achieve global camel case support?
View ArticleNew Post: Global camel case support
Hi again, The generic binding hook feature is not in ClearScript 5.4.2, and we don't have an ETA. We're still evaluating what its scope should be and what its API should look like. Sorry! Thanks!
View Article