[fix] add `FormData` as a known global (#7199)

pull/7217/head
Ignatius Bagus 3 years ago committed by GitHub
parent b9325ed3c4
commit d35fc9f842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@ export const globals = new Set([
'Event',
'EventSource',
'fetch',
'FormData',
'global',
'globalThis',
'history',

Loading…
Cancel
Save