fix: Add config for max task runners payload size (no-changelog) (#11366)

This commit is contained in:
Val
2024-10-23 11:53:21 +01:00
committed by GitHub
parent 3ec103f8ba
commit 5390061f49
8 changed files with 26 additions and 2 deletions

View File

@@ -169,6 +169,11 @@ export class JsTaskRunner extends TaskRunner {
// Missing JS natives
btoa,
atob,
TextDecoder,
TextDecoderStream,
TextEncoder,
TextEncoderStream,
FormData,
};
}