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/cache/01_cache.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/cache') diff --git a/ext/cache/01_cache.js b/ext/cache/01_cache.js index 99daa4d42..e64178d89 100644 --- a/ext/cache/01_cache.js +++ b/ext/cache/01_cache.js @@ -277,8 +277,8 @@ class Cache { } } -webidl.configurePrototype(CacheStorage); -webidl.configurePrototype(Cache); +webidl.configureInterface(CacheStorage); +webidl.configureInterface(Cache); const CacheStoragePrototype = CacheStorage.prototype; const CachePrototype = Cache.prototype; -- cgit v1.2.3