LostBeard / SpawnDev.BlazorJS

Full Blazor WebAssembly and Javascript Interop with multithreading via WebWorkers
https://blazorjs.spawndev.com
MIT License
78 stars 6 forks source link

blazorjs.spawndev.com WebWorker demo fails on Firefox #3

Closed Martin521 closed 1 year ago

Martin521 commented 1 year ago

The demo works for me on Chrome. In Firefox, I get ReferenceError: blazorWASMScriptEl is not defined. (Firefox 111.0.1 (64-bit) on Windows 11)

LostBeard commented 1 year ago

Thank you. Fixing now.

LostBeard commented 1 year ago

I have updated the repo, demo site, and Nuget. Thank you for the heads up. 👍

Martin521 commented 1 year ago

Awesome. Thanks!

Martin521 commented 1 year ago

Fyi: I created a small demo project, demonstrating how to use SpawnDev.BlazorJS.WebWorkers from F#, together with Bolero, a F# adaptation of Blazor. And posted it in the F# community.

Thank you for making WebWorkers for Blazor available.