-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, creating a TypedArray using swjs_create_typed_array
requires passing an enumerated value, JavaScriptTypedArrayKind
, to determine which kind of typed array should be created. I don’t remember exactly why I did this — would it make more sense to just pass a reference to the constructor function for the particular typed array we want?
MaxDesiatov
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request