You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: