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/fetch/23_request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fetch/23_request.js') diff --git a/ext/fetch/23_request.js b/ext/fetch/23_request.js index c09bd4880..a59bfb29d 100644 --- a/ext/fetch/23_request.js +++ b/ext/fetch/23_request.js @@ -497,7 +497,7 @@ class Request { } } -webidl.configurePrototype(Request); +webidl.configureInterface(Request); const RequestPrototype = Request.prototype; mixinBody(RequestPrototype, _body, _mimeType); -- cgit v1.2.3