window.Module.FS and IDBFS no longer works in .NET 9 #109810
Labels
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
Milestone
Description
It no longer works since .NET 9. We always had this switch in the project in .NET 8. Has it been changed again?
<EmccExtraLDFlags>-lidbfs.js</EmccExtraLDFlags>
We get now following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'FS')
window.Module.FS.syncfs(async t => { ... }
If we downgrade to .NET 8 it works again fine.
The text was updated successfully, but these errors were encountered: