* You must call this function with a properly-instantiated root file system * before using any file system API method. * @param rootFS The root filesystem to use for the * entire BrowserFS file system.
(rootFS: FileSystem)
| 31 | * entire BrowserFS file system. |
| 32 | */ |
| 33 | initialize(rootFS: FileSystem): void; |
| 34 | /** |
| 35 | * Installs BrowserFS onto the given object. |
| 36 | * We recommend that you run install with the 'window' object to make things |
no outgoing calls
no test coverage detected