add HTMLElement and SVGElement into globals

pull/6665/head
vicky1999 5 years ago
parent e5c04bfd2f
commit d65467c115

@ -14,6 +14,8 @@ export const globals = new Set([
'decodeURIComponent', 'decodeURIComponent',
'document', 'document',
'Element', 'Element',
'HTMLElement',
'SVGElement',
'encodeURI', 'encodeURI',
'encodeURIComponent', 'encodeURIComponent',
'Error', 'Error',

Loading…
Cancel
Save