(This one adds on top of #53 and #55 so those PR:s should be merged first.)
For my personal needs, I have fixed the CLR to Javascript binding so that methods in the CLR world get changed to camelCase format (instead of just using their CLR casing which was the case before). I feel this is a more natural way to expose the objects to the Javascript world.
(This one adds on top of #53 and #55 so those PR:s should be merged first.)
For my personal needs, I have fixed the CLR to Javascript binding so that methods in the CLR world get changed to camelCase format (instead of just using their CLR casing which was the case before). I feel this is a more natural way to expose the objects to the Javascript world.