-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Note the recent changes to Uint8Array mentioned in the TypeScript 5.9 docs:
In order for the decoded data to be usable without casting, type definitions should be adjusted to:
decode: (str: string) => Uint8Array<ArrayBuffer>- optionally broaden the accepted param to
encode: (data: AllowSharedBufferSource) => string
Metadata
Metadata
Assignees
Labels
No labels