Current code only partially implements standard features of typed arrays. This issue provides a place to track progress and view it all in one shot.
PRs welcome!
Constructor
Unrelevant (= won't implement)
Static properties
Static methods
Instance properties
Instance methods
Irrelevant (= won't implement)
Current code only partially implements standard features of typed arrays. This issue provides a place to track progress and view it all in one shot.
PRs welcome!
Constructor
new TypedArray()new TypedArray(length)new TypedArray(typedArray)new TypedArray(object)new TypedArray(buffer): see hereUnrelevant (= won't implement)
new TypedArray(buffer, byteOffset): see herenew TypedArray(buffer, byteOffset, length): see hereStatic properties
BYTES_PER_ELEMENTnameget BitArray[@@species]Static methods
from()of()Instance properties
bufferbyteLengthbyteOffsetlengthInstance methods
at(): see here for discussioncopyWithin()entries()every()fill()filter()find()findIndex()forEach()includes()indexOf()join()keys()lastIndexOf()map()reduce()reduceRight()reverse()set()slice()some()sort()subarray()values()toString(): see here for note on implementation.[@@iterator]()Irrelevant (= won't implement)
toLocaleString(): there is no local variation to displaying 1s or 0s.