mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 16:42:21 -05:00
a3099798c8
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"streams": [
|
|
{
|
|
"name": "readable-streams/general",
|
|
"expectFail": [
|
|
"ReadableStream can't be constructed with an invalid type",
|
|
"default ReadableStream getReader() should only accept mode:undefined"
|
|
]
|
|
},
|
|
"writable-streams/general"
|
|
]
|
|
}
|