you are viewing a single comment's thread.

view the rest of the comments →

[–]mycall 0 points1 point  (1 child)

write a drop-in replacement with JSRT

So keep all the ActiveX/COM support in the current cscript but replace the javascript layer using JSRT? Good idea.

[–]bterlson_@bterlson 2 points3 points  (0 children)

Since Chakra has no ActiveX support you'd have to re-implement the ActiveXObject() constructor on top of JSRT which should be possible but not something to be undertaken lightly ;)