-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Milestone
Description
Bug Report
π Search Terms
ReadableStream, ReadableStreamReadResult
π Version & Regression Information
- This changed between versions <= 4.1.5 and 4.2.x
β― Playground Link
Playground link with the bug (4.2.x)
Playground link without the bug (4.1.5)
π» Code
const handleChunk = ({ done, value }: ReadableStreamReadResult<Uint8Array>) => {
console.log(done, value);
}
π Actual behavior
- Cannot find name 'ReadableStreamReadResult'.
- Return type of public method from exported class has or is using private name 'ReadableStreamReadResult'.
π Expected behavior
No type error
Feiyang1, tchakabam and b14aa178
Metadata
Metadata
Assignees
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone