ClearScript Library

Results 87 comments of ClearScript Library

Please reopen this issue if you have additional information or observations related to this topic. Thank you!

Please reopen this issue if you have additional questions or findings related to this topic. Thank you!

Hi @iotalambda, The sample you posted works perfectly in our testing. Here's a DevTools screenshot just after initial connection: ![image](https://user-images.githubusercontent.com/12966733/204174076-f4e6cd50-5096-4b33-ae7b-c5169f7d275a.png) If you're seeing something different, please let us know. Thanks!

Please reopen this issue if it is still relevant. ClearScript has undergone many packaging changes in order to support the new .NET runtimes and multiple platforms. Thank you!

Please reopen this issue if you have additional information or observations related to this topic. Thank you!

Hi @hjlld, >because it's `sealed`, it cannot be exposed to JavaScript The `sealed` modifier controls neither visibility nor access, so it shouldn't be relevant here. The class `HtmlDocument` isn't public,...

Hi @flat-eric147, >I suppose all this works in a similar fashion using Visual Studio Code !? Perhaps not; the content override feature could be unique to DevTools. >it might be...

Hi @eliashezron, >Is there a workaround this? We aren't aware of a reproducible case of this. In all our testing, ClearScript correctly detects the process architecture (arm64 vs. x64) and...

Hi @ebrandin, >Has anyone seen this exception or does anyone have any ideas to what could be going on? Currently this happens if `CreateScriptEngine` is called after a no-op [`Interrupt`](https://microsoft.github.io/ClearScript/Reference/html/M_Microsoft_ClearScript_ScriptEngine_Interrupt.htm)...

Fixed in [Version 7.4.5](https://github.com/microsoft/ClearScript/releases/tag/7.4.5).