Add AbortController to core types

This commit is contained in:
Matt Bierner
2022-08-04 16:26:18 -07:00
parent 508486f886
commit a43e9acd68
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ const CORE_TYPES = [
'BigInt64Array',
'btoa',
'atob',
'AbortController',
'AbortSignal',
'MessageChannel',
'MessagePort',