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

pull/7217/head
Ignatius Bagus 4 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', 'Event',
'EventSource', 'EventSource',
'fetch', 'fetch',
'FormData',
'global', 'global',
'globalThis', 'globalThis',
'history', 'history',

Loading…
Cancel
Save