tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes
MIT License
128 stars 24 forks source link

Newer method(s) missing from TrackedArray type #416

Open elwayman02 opened 5 months ago

elwayman02 commented 5 months ago

The types for TrackedArray don't include the newer (but fully supported) method findLast()

I think that means we just need to add it here, but not sure?

It may be worth doing a general review of all the built-ins to see what other methods have achieved full browser support since the initial implementation and ensuring those methods are properly accounted for since the built-ins are intended to have 1:1 functionality with their native counterparts.