Herki Parn

Results 6 comments of Herki Parn

Hello @ClearScriptLib , Yes, the event handler syntax is the main issue motivating our use of JavaScript proxies. We're trying to maintain the standard event handler syntax (e.g., `element.onclick =...

Thank you for the help so far. I have a related issue regarding `host.type()` and would appreciate some clarification. I've added my custom type `UnityHtmlDivElement` to the script engine using...

Hi @ClearScriptLib, Thank you for the example—it was extremely helpful! I’ve expanded on your code to support events that aren’t part of the interface and added casting to expose full...

Hi @ClearScriptLib, I’m working to solve a problem with DOM integration in ClearScript: I need to expose the `style` property so JavaScript can interact with it directly (e.g., `element.style.color =...

Hey @ClearScriptLib I cannot reopen this issue myself. I do not have the necessary permissions. Thank you for your help with my previous problems—it has been incredibly valuable! With your...

I'd like to clarify something regarding handling `undefined` in ClearScript. Currently, I check if a value is `undefined` and convert it to `null` before passing it to C#. **Example:** ```javascript...