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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Excitingly, this means that Array, TypedArray, and String will just "happen to be" IVectorReaders, etc. the same way Map "happens to be" an IMapReader, etc.
EDIT: Proposal is now to add 'at()' rather than 'item()'
Specifically, change 'getItem()' to just 'at()' and support negative index semantics:
https://github.com/tc39/proposal-relative-indexing-method
Excitingly, this means that Array, TypedArray, and String will just "happen to be" IVectorReaders, etc. the same way Map "happens to be" an IMapReader, etc.
EDIT: Proposal is now to add 'at()' rather than 'item()'