Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SaveFileHandler

An interface represents a handle to a file system entry.

api-version

2

user

Hierarchy

  • SaveFileHandler

Index

Properties

Methods

Properties

name: string

A file name.

api-version

2

user

Methods

  • write(data: string | Blob): Promise<boolean>
  • Write data to the file.

    api-version

    2

    user

    Parameters

    • data: string | Blob

      Data to write.

    Returns Promise<boolean>

    Return Fulfills with true if the request has been operated successfully, otherwise false.

Generated using TypeDoc