APIリファレンス(JavaScript)

baasatrakuza > RKZFile > (constructor)

RKZFile.(constructor)

コンストラクタです。

Signature:

constructor(file: any, name: string);

Parameters

ParameterTypeDescription
fileanyファイルデータ。ブラウザ環境はBlobopen in new window、Node.js環境はBufferopen in new windowまたはstream.Readableopen in new windowを渡してください。
namestringファイル名