Preparing search index...
The search index is not available
ts-browser-helpers
ts-browser-helpers
writeFile
Function writeFile
writeFile
(
fileHandle
:
FileSystemFileHandle
,
contents
:
FileSystemWriteChunkType
,
)
:
Promise
<
void
>
Writes the contents to disk.
Parameters
fileHandle
:
FileSystemFileHandle
File handle to write to.
contents
:
FileSystemWriteChunkType
Contents to write.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-browser-helpers
Loading...
Writes the contents to disk.