From 03b84197a0ca181443ef06d870100b2157e1f1b8 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 9 Apr 2024 04:46:53 +1000 Subject: chore: update WPT (#23111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should fix some of the current issues with the `wpt_epoch` workflow. See https://github.com/denoland/deno/actions/runs/8460701853/job/23179358486 --------- Co-authored-by: crowlkats Co-authored-by: Bartek IwaƄczuk --- runtime/js/98_global_scope_shared.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js') diff --git a/runtime/js/98_global_scope_shared.js b/runtime/js/98_global_scope_shared.js index aba0f3710..e7504143e 100644 --- a/runtime/js/98_global_scope_shared.js +++ b/runtime/js/98_global_scope_shared.js @@ -151,6 +151,7 @@ unstableForWindowOrWorkerGlobalScope[unstableIds.broadcastChannel] = { }; unstableForWindowOrWorkerGlobalScope[unstableIds.net] = { WebSocketStream: core.propNonEnumerable(webSocketStream.WebSocketStream), + WebSocketError: core.propNonEnumerable(webSocketStream.WebSocketError), }; // deno-fmt-ignore unstableForWindowOrWorkerGlobalScope[unstableIds.webgpu] = { -- cgit v1.2.3