Skip to content

window.Module.FS and IDBFS no longer works in .NET 9 #109810

@peerem

Description

@peerem

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions