Skip to content

Random Things

Viacheslav Poturaev edited this page May 10, 2021 · 1 revision

Examples

JavaScript

File upload with generated client

this.client.postUploadProfile({
    prob: 0.9,
    profile: [new File(["contents1"], 'file1.txt'), new File(["contents2"], 'file2.txt')]
}, function (p) {});
Clone this wiki locally