Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileSystemFileStoreStrategy

Hierarchy

  • FileSystemFileStoreStrategy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

ready

ready: boolean = true

shouldDelete

shouldDelete: boolean = true

Methods

delete

  • delete(id: string): Promise<string>

get

  • get(id: string): Promise<string>

loaded

  • loaded(): boolean

post

  • post(file: File): Promise<string>

put

  • put(file: File): Promise<string>

Generated using TypeDoc