From 35196eab279340376929dd75ed717ef4830e2fa9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 16 Mar 2023 19:29:32 -0400 Subject: BREAKING(unstable): remove WebGPU (#18094) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR _**temporarily**_ removes WebGPU (which has behind the `--unstable` flag in Deno), due to performance complications due to its presence. It will be brought back in the future; as a point of reference, Chrome will ship WebGPU to stable on 26/04/2023. --------- Co-authored-by: Bartek IwaƄczuk --- cli/tsc/dts/lib.deno.window.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tsc/dts/lib.deno.window.d.ts') diff --git a/cli/tsc/dts/lib.deno.window.d.ts b/cli/tsc/dts/lib.deno.window.d.ts index e9634f80d..d0cd9b5bd 100644 --- a/cli/tsc/dts/lib.deno.window.d.ts +++ b/cli/tsc/dts/lib.deno.window.d.ts @@ -3,7 +3,6 @@ /// /// /// -/// /// /// /// @@ -94,7 +93,6 @@ declare var caches: CacheStorage; /** @category Web APIs */ declare class Navigator { constructor(); - readonly gpu: GPU; readonly hardwareConcurrency: number; readonly userAgent: string; readonly language: string; -- cgit v1.2.3