API DocumentationfunctionsFunction: writeAllBytes()On this pageFunction: writeAllBytes() function writeAllBytes(filePath, bytes): void; Defined in: file.d.ts:24 Writes the content to the file system. File path must be under the main script directory. Parameters ParameterTypefilePathstringbytesUint8Array Returns void