diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-05 12:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 12:18:41 +0200 |
commit | 3ee0c36453a2591139b7e35882e04c1e706e9253 (patch) | |
tree | ddce3758ee3f7ab70103efc997ba9f6bde242bbe /core/internal.d.ts | |
parent | c4cc353d594edae121fd1e8fcd5c85d4ae0d0988 (diff) |
refactor: introduce primordials for web/streams (#11251)
Diffstat (limited to 'core/internal.d.ts')
-rw-r--r-- | core/internal.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/internal.d.ts b/core/internal.d.ts index 8e52f4bf1..e582eb359 100644 --- a/core/internal.d.ts +++ b/core/internal.d.ts @@ -632,6 +632,7 @@ declare namespace __bootstrap { export const ObjectPrototypeToLocaleString: UncurryThis< typeof Object.prototype.toLocaleString >; + export const queueMicrotask: typeof globalThis.queueMicrotask; export const RangeError: typeof globalThis.RangeError; export const RangeErrorLength: typeof RangeError.length; export const RangeErrorName: typeof RangeError.name; |