mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +00:00
chore: add detailed comment
This commit is contained in:
@@ -109,6 +109,7 @@ export class WebJobExecutor extends BaseJobExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FormData is only valid in browser
|
// FormData is only valid in browser
|
||||||
|
// FormData is a part of JS web API (not included in native NodeJS).
|
||||||
let formData = new FormData()
|
let formData = new FormData()
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user