You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest dom definitions in TypeScript, some types have been removed such as UnderlyingByteSource, ReadableStreamBYOBReader, or ReadableByteStreamControllermicrosoft/TypeScript#42067
This causes a compilation error if library checking is enabled.
The text was updated successfully, but these errors were encountered:
Riiight, I had updated the Stream DOM types a while back in microsoft/TypeScript-DOM-lib-generator#890, and kind of forgot about it. But now that TypeScript 4.2 is out, those new types have landed as well. So I'm breaking my own projects again. 😅
With the latest dom definitions in TypeScript, some types have been removed such as
UnderlyingByteSource
,ReadableStreamBYOBReader
, orReadableByteStreamController
microsoft/TypeScript#42067This causes a compilation error if library checking is enabled.
The text was updated successfully, but these errors were encountered: