From fdd4252d49ceb022761b92d953d24672ab67ab91 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 31 Aug 2019 12:16:30 -0700 Subject: Add window.queueMicrotask (#2844) --- js/globals.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/globals.ts') diff --git a/js/globals.ts b/js/globals.ts index b47cd80f3..ed7621165 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -89,6 +89,7 @@ window.onload = undefined as undefined | Function; // standard https://www.w3.org/TR/WebCryptoAPI/#crypto-interface as it does not // yet incorporate the SubtleCrypto interface as its "subtle" property. window.crypto = (csprng as unknown) as Crypto; +// window.queueMicrotask added by hand to self-maintained lib.deno_runtime.d.ts // When creating the runtime type library, we use modifications to `window` to // determine what is in the global namespace. When we put a class in the -- cgit v1.2.3