Home Reference Source

Typedef

Static Public Summary
public
public

Static Public

public IDBFileStorage.ListFilteringOptions: Object source

Properties:

NameTypeAttributeDescription
startsWith string

A string to be checked with fileNameString.startsWith(...).

endsWith string

A string to be checked with fileNameString.endsWith(...).

includes string

A string to be checked with fileNameString.includes(...).

filterFn function

A function to be used to check the file name (filterFn(fileNameString)).

public IDBPromisedFileHandle.Metadata: Object source

Properties:

NameTypeAttributeDescription
size number

The size of the file in bytes.

last Date

Modified The time and date of the last change to the file.