@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
93 lines (43 loc) • 1.17 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@fgv/ts-web-extras](./ts-web-extras.md) > [FileSystemFileHandle\_2](./ts-web-extras.filesystemfilehandle_2.md)
## FileSystemFileHandle\_2 interface
File handle interface
**Signature:**
```typescript
export interface FileSystemFileHandle extends FileSystemHandle
```
**Extends:** [FileSystemHandle](./ts-web-extras.filesystemhandle_2.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[kind](./ts-web-extras.filesystemfilehandle_2.kind.md)
</td><td>
`readonly`
</td><td>
'file'
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[createWritable(options)](./ts-web-extras.filesystemfilehandle_2.createwritable.md)
</td><td>
</td></tr>
<tr><td>
[getFile()](./ts-web-extras.filesystemfilehandle_2.getfile.md)
</td><td>
</td></tr>
</tbody></table>