Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "core/browserfs"

Index

Functions

BFSRequire

  • BFSRequire(module: "fs"): FSModule
  • BFSRequire(module: "path"): "path"
  • BFSRequire(module: "buffer"): "buffer"
  • BFSRequire(module: "process"): Process
  • BFSRequire(module: "bfs_utils"): "core/util"
  • BFSRequire(module: string): any

configure

getFileSystem

initialize

install

  • install(obj: any): void
  • Installs BFSRequire as global require, a Node Buffer polyfill as the global Buffer variable, and a Node process polyfill as the global process variable.

    Parameters

    • obj: any

    Returns void

Generated using TypeDoc