-
Notifications
You must be signed in to change notification settings - Fork 452
Open
Labels
Description
Summary
TypedArray has not generics type
Expected vs. Actual Behavior
- Expected:
Uint8Array
orFloat32Array
... etc - Actual:
Uint8Array<ArrayBuffer>
orFloat32Array<ArrayBuffer>
... etc
Therefore, Typescript (5.9.x )building TypedArray is failure (For example, set Float32Array
to curve
property in WaveShaperNode
, build error occur).

Playground Link
Browser Support
- This API is supported in at least two major browser engines (not two Chromium-based browsers).
Have Tried The Latest Releases
- This issue applies to the latest release of TypeScript.
- This issue applies to the latest release of
@types/web
.
Additional Context
No response