Skip to content

Conversation

@christianbundy
Copy link
Contributor

Problem: We're passing an extra argument, which looks like it's using
the method signature for TypedArray.prototype.subarray(), which gives
you the option of setting the end of the array. Since this method
doesn't give us an optional third parameter the argument is being
ignored.

Solution: Remove the unused argument.

Problem: We're passing an extra argument, which looks like it's using
the method signature for `TypedArray.prototype.subarray()`, which gives
you the option of setting the end of the array. Since this method
doesn't give us an optional third parameter the argument is being
ignored.

Solution: Remove the unused argument.
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.

1 participant