diff --git a/src/compiler/utils/names.ts b/src/compiler/utils/names.ts index 27acc8eb788a..bfc30c3a371b 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -22,6 +22,7 @@ export const globals = new Set([ 'Event', 'EventSource', 'fetch', + 'FormData', 'global', 'globalThis', 'history',