[fix] add `FormData` as a known global

pull/7199/head
Ignatius Bagus 5 years ago
parent 787c34ceec
commit 1e097abb61
No known key found for this signature in database
GPG Key ID: 357C6674A45CC06B

@ -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