Skip to content

Conversation

ladeirarodolfo
Copy link
Contributor

Includes:

  • When naturilazing dataset prevent adding accessors to TypedArray/ArrayBuffer types

@@ -149,7 +151,9 @@ class DicomMetaDictionary {
if (
sqZero &&
typeof sqZero === "object" &&
!sqZero.length
!sqZero.length &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use Array.isArray to check if the value is an array.

@wayfarer3130
Copy link
Contributor

Please just use Array.isArray, drop the two extra files, and add a unit test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants