Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/happy_dom.ts>AsyncWindow

Work-in-progress front-end tool which does put a smile on my face
Latest
class AsyncWindow
extends Window
Re-export
import { AsyncWindow } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

The async Window makes it possible to wait for asyncrounous tasks to complete by calling the method whenAsyncComplete(). It also adds support for the method fetch().

Constructors

new
AsyncWindow()

Constructor.