From 3b9fa4a27399732d518217ac31917099f55bde32 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Thu, 4 May 2023 14:12:46 -0700 Subject: [PATCH] feat(ses): allow new dispose symbols --- packages/ses/src/whitelist.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ses/src/whitelist.js b/packages/ses/src/whitelist.js index c85d74a0b5..ebcf7e0742 100644 --- a/packages/ses/src/whitelist.js +++ b/packages/ses/src/whitelist.js @@ -495,7 +495,9 @@ export const whitelist = { Symbol: { // Properties of the Symbol Constructor '[[Proto]]': '%FunctionPrototype%', + asyncDispose: 'symbol', asyncIterator: 'symbol', + dispose: 'symbol', for: fn, hasInstance: 'symbol', isConcatSpreadable: 'symbol',