-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 here
Unrelevant (= won't implement)
Static properties
-
BYTES_PER_ELEMENT -
name -
get BitArray[@@species]
Static methods
-
from() -
of()
Instance properties
-
buffer -
byteLength -
byteOffset -
length
Instance methods
-
at(): see here for discussion -
copyWithin() -
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.
Metadata
Metadata
Assignees
Labels
No labels