TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

ReadableStreamBYOBReader and ReadableStreamReader disappeared with typescript 4.2.2

Open npenin opened this issue 3 years ago • 3 comments

I updated to typescript 4.2.2 today, but strangely, ReadableStreamBYOBReader and ReadableStreamReader disappeared from type definition

npenin avatar Feb 25 '21 08:02 npenin

ref https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/886#issuecomment-664158110 and the following comment.

HolgerJeromin avatar Feb 26 '21 09:02 HolgerJeromin

true, but now that chromium is leveraged in many browsers (vivaldi, brave, edge, chrome, ...), should we not consider to have it anyway ?

npenin avatar Feb 27 '21 12:02 npenin

FYI these types were re-added in #1362, so they will become available in a future TypeScript release. (I don't know how soon that'll happen, though.)

MattiasBuelens avatar Aug 04 '22 08:08 MattiasBuelens