TypeScript doesn't recognise Uint8ClampedArray #1995
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Revisit
An issue worth coming back to
Milestone
var a = new Uint8Array(7);
works,var a = new Uint8ClampedArray(7);
produces an error.The text was updated successfully, but these errors were encountered: