From 2665ca103e64ae07d7c29d3400d0c37ec691ff50 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 10 Oct 2023 12:01:01 +0900 Subject: fix(ext/web): writability of `ReadableStream.from` (#20836) Fixes a WPT in `URL` and `ReadableStream`. Some unrelated WPT expectation changes due to WPT update. --- ext/webidl/internal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/webidl/internal.d.ts') diff --git a/ext/webidl/internal.d.ts b/ext/webidl/internal.d.ts index 38f176ab2..7f1f68282 100644 --- a/ext/webidl/internal.d.ts +++ b/ext/webidl/internal.d.ts @@ -543,7 +543,7 @@ declare module "ext:deno_webidl/00_webidl.js" { /** * Configure prototype properties enumerability / writability / configurability. */ - function configurePrototype(prototype: any); + function configureInterface(prototype: any); /** * Get the WebIDL / ES type of a value. -- cgit v1.2.3