-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Mapping .NET File System API's to Indexed DB (IDBFS) #48562
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
This issue dotnet/aspnetcore#15492 from a couple years ago discussed the removal of the enscripten file system api in favor of another mechanism in mono. In the .NET 5 blazor implementation it looks like IDBFS is libraries are no longer linked from enscripten. I was wondering if the newer mechanism has been implemented? If so is there documentation for this mechanism somewhere? Thanks.
Describe the solution you'd like
Looking for a way to map map file system api's to indexed db locations in blazor wasm.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable