Add HTMLCanvasElement to global

Compiler is not recognizing this name
pull/7769/head
john 4 years ago committed by GitHub
parent 5b29124fbd
commit 5aecb3640f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,7 @@ export const globals = new Set([
'globalThis', 'globalThis',
'history', 'history',
'HTMLElement', 'HTMLElement',
'HTMLCanvasElement',
'Infinity', 'Infinity',
'InternalError', 'InternalError',
'Intl', 'Intl',

Loading…
Cancel
Save