From c917b7bea9bd448c379f7dbdef8029b2ed04c1d3 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 20 Oct 2024 20:44:55 +0300 Subject: [PATCH] Add structuredClone --- rules/globals.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/globals.js b/rules/globals.js index fa6963c..f6edee8 100644 --- a/rules/globals.js +++ b/rules/globals.js @@ -6,6 +6,7 @@ module.exports = { AbortSignal: true, DOMException: true, fetch: true, + structuredClone: true, console: true, process: true, Buffer: true,