This is a Stage 3 TC39 proposal that adds the methods findLast and findLastIndex to Array.prototype and the various TypedArray.prototypes. These methods are the "from the end" versions of find and findIndex.
Adding any new methods to Array.prototype runs the risk of web incompatibility due to breaking old libraries. Rollout will need to be monitored.
It is a new prototype method, so can be debugged like any other prototype method.
DevTrial on desktop | 94 |
DevTrial on android | 94 |
DevTrial on Webview | 94 |
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAN-e9e8M7%3DfAX%2BfwmAzEY_bngPrJPzrD4sgctRoq-7TV46tCUg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOMQ%2Bw_F5dw-Qg1tZ12kW8UQwQWg1w1PuFjLvfgwQ6ixoc%2B7vg%40mail.gmail.com.
LGTM3 (I sent an LGTM1 yesterday but as a direct mail, doh)
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAL5BFfVNFPD6Dmim%3D0grmdVkSfRMm_XJQ3%3D-Hf5pEb8%2BZhv09g%40mail.gmail.com.
--