mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(ext/web): writability of ReadableStream.from
(#20836)
Fixes a WPT in `URL` and `ReadableStream`. Some unrelated WPT expectation changes due to WPT update.
This commit is contained in:
parent
84c9300aff
commit
2665ca103e
24 changed files with 1064 additions and 307 deletions
4
ext/cache/01_cache.js
vendored
4
ext/cache/01_cache.js
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue