Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IOffline

Index

Properties

Properties

cache

cache: { getChecksumFile: any; listFiles: any; loadFile: any; loadOrSaveFile: any; validateChecksumFile: any }

Type declaration

  • getChecksumFile: function
    • getChecksumFile(uid: string, hashType: string): Promise<string>
    • Parameters

      • uid: string
      • hashType: string

      Returns Promise<string>

  • listFiles: function
    • listFiles(): Promise<string[]>
    • Returns Promise<string[]>

  • loadFile: function
    • loadFile(uid: string): Promise<IFile>
    • Parameters

      • uid: string

      Returns Promise<IFile>

  • loadOrSaveFile: function
    • loadOrSaveFile(uid: string, uri: string, headers?: undefined | {}): Promise<IFile>
    • Parameters

      • uid: string
      • uri: string
      • Optional headers: undefined | {}

      Returns Promise<IFile>

  • validateChecksumFile: function
    • validateChecksumFile(uid: string, hash: string, hashType: string): Promise<boolean>
    • Parameters

      • uid: string
      • hash: string
      • hashType: string

      Returns Promise<boolean>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc