Function initialize

  • Initializes BrowserFS with the given file systems.

    Parameters

    • mounts: {
          [point: string]: FileSystem;
      }
    • uid: number = 0
    • gid: number = 0

    Returns void

Generated using TypeDoc