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',
'document',
'Element',
'HTMLElement',
'SVGElement',
'encodeURI',
'encodeURIComponent',
'Error',

Loading…
Cancel
Save