import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { WindowOrWorkerGlobalScope } = dom;
Properties
readonly
caches: CacheStoragereadonly
crypto: Cryptoreadonly
indexedDB: IDBFactoryreadonly
performance: PerformanceMethods
createImageBitmap(image: ImageBitmapSource): Promise<ImageBitmap>
createImageBitmap(): Promise<ImageBitmap>
fetch(input: RequestInfo, init?: RequestInit): Promise<Response>
queueMicrotask(callback: VoidFunction): void