Incorrect type returned by TextEncoder.encode #60846
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Milestone
π Search Terms
TypedArray, Uint8Array, ArrayBufferLike, TextEncoder
π Version & Regression Information
β― Playground Link
Playground link
π» Code
π Actual behavior
Values returned by TextEncoder.encode are not assignable to
ArrayBuffer
.π Expected behavior
Values returned by TextEncoder.encode should be assignable to
ArrayBuffer
.Additional information about the issue
https://stackoverflow.com/a/79300250/1494725
The text was updated successfully, but these errors were encountered: