We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: TS2322 [ERROR]: Type 'string' is not assignable to type 'undefined'. type: "bytes", ~~~~ at https://deno.land/std@0.95.0/io/streams.ts:205:5
cc @kitsonk
To reproduce, import io/streams.ts with lib.dom and lib.deno.ns in your tsconfig libs.
io/streams.ts
The text was updated successfully, but these errors were encountered:
fix(io/streams): don't use a byte ReadableStream
f1859a5
Fixes: denoland#871
81771da
fix(io/streams): don't use a byte ReadableStream (#891)
e78300c
Fixes: #871 Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
kitsonk
Successfully merging a pull request may close this issue.
cc @kitsonk
To reproduce, import
io/streams.ts
with lib.dom and lib.deno.ns in your tsconfig libs.The text was updated successfully, but these errors were encountered: