From 2ec2147245431aa7b32c6f8ef7ce21963abed0fd Mon Sep 17 00:00:00 2001 From: sabhas Date: Mon, 21 Feb 2022 23:22:57 +0500 Subject: [PATCH] chore: add detailed comment --- src/job-execution/WebJobExecutor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/job-execution/WebJobExecutor.ts b/src/job-execution/WebJobExecutor.ts index 5d1cbcd..6e9bfe8 100644 --- a/src/job-execution/WebJobExecutor.ts +++ b/src/job-execution/WebJobExecutor.ts @@ -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) {