1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

chore: add detailed comment

This commit is contained in:
2022-02-21 23:22:57 +05:00
parent 9ca4732f76
commit 2ec2147245

View File

@@ -109,6 +109,7 @@ export class WebJobExecutor extends BaseJobExecutor {
}
// FormData is only valid in browser
// FormData is a part of JS web API (not included in native NodeJS).
let formData = new FormData()
if (data) {