From 436c56dc84def725885329aebd7be789244e1031 Mon Sep 17 00:00:00 2001 From: Khafra Date: Thu, 14 Mar 2024 18:51:49 -0400 Subject: [PATCH] fixup --- lib/web/fetch/formdata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/fetch/formdata.js b/lib/web/fetch/formdata.js index 9249ccc87f2..c5ae0834bf0 100644 --- a/lib/web/fetch/formdata.js +++ b/lib/web/fetch/formdata.js @@ -169,7 +169,7 @@ class FormData { } return a - }, {}) + }, { __proto__: null }) options.depth ??= depth options.colors ??= true