Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebKitFileEntry

Hierarchy

Index

Properties

Readonly filesystem

filesystem: WebKitFileSystem

Readonly fullPath

fullPath: string

Readonly isDirectory

isDirectory: boolean

Readonly isFile

isFile: boolean

Readonly name

name: string

Methods

file

  • file(successCallback: WebKitFileCallback, errorCallback?: ((err: DOMError) => void) | { handleEvent: any }): void