Skip to content

Tracking issue for implemented methods on JsTypedArray #3252

@jedel1043

Description

@jedel1043

Implementation in https://github.com/boa-dev/boa/blob/main/boa_engine/src/object/builtins/jstypedarray.rs

  • at
  • get buffer
  • get byteLength
  • get byteOffset
  • constructor
  • copyWithin
  • entries
  • every
  • fill
  • filter
  • find
  • findIndex
  • findLast
  • findLastIndex
  • forEach
  • includes
  • indexOf
  • join
  • keys
  • lastIndexOf
  • get length
  • map
  • reduce
  • reduceRight
  • reverse
  • set
  • slice
  • some
  • sort
  • subarray
  • toLocaleString
  • toReversed
  • toSorted
  • toString
  • values
  • with
  • @@iterator
  • get @@toStringTag

Desired features

  • Easily return the inner data as &[u8] or &Vec<u8>

Metadata

Metadata

Assignees

No one assigned

    Labels

    builtinsPRs and Issues related to builtins/intrinsicsenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions