mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +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
|
@ -428,7 +428,7 @@ class Blob {
|
|||
}
|
||||
}
|
||||
|
||||
webidl.configurePrototype(Blob);
|
||||
webidl.configureInterface(Blob);
|
||||
const BlobPrototype = Blob.prototype;
|
||||
|
||||
webidl.converters["Blob"] = webidl.createInterfaceConverter(
|
||||
|
@ -549,7 +549,7 @@ class File extends Blob {
|
|||
}
|
||||
}
|
||||
|
||||
webidl.configurePrototype(File);
|
||||
webidl.configureInterface(File);
|
||||
const FilePrototype = File.prototype;
|
||||
|
||||
webidl.converters["FilePropertyBag"] = webidl.createDictionaryConverter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue