Skip to content

Commit

Permalink
when using WORKERFS, need to access FS.filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Feb 29, 2024
1 parent 05791e0 commit 0d7f713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emscripten.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ declare namespace FS {
interface ErrnoError {}

interface FileSystemType {
filesystems: any,
ignorePermissions: boolean,
trackingDelegate: any,
tracking: any,
Expand Down

0 comments on commit 0d7f713

Please sign in to comment.