elringus / bootsharp

Compile C# solution into single-file ES module with auto-generated JavaScript bindings and type definitions
https://sharp.elringus.com
MIT License
673 stars 36 forks source link

Disabling JavaScript disables .NET Timers #149

Closed SavoInfostream closed 7 months ago

SavoInfostream commented 8 months ago

Hello, Just a random question I need help with. Why is it that when I disable JS on the page, the PeriodicTimers and Timers in my app stop emitting events? I am pretty sure my code works is not causing this.

elringus commented 8 months ago

No idea. If it's somehow related to .NET/WASM, you'd better ask on the runtime repo. Bootsharp is just an interop layer.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 14 days with no activity. It will be automatically closed in 7 days.