1. localeCompare()

    The `localeCompare()` method returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order.

  2. contactaddress api: sortingcode

  3. elementinternals api: ariasort

  4. element api: ariasort

  5. headers api: iteration is lexicographically sorted

  6. paymentaddress api: sortingcode

  7. urlsearchparams api: sort

  8. javascript built-in: array: sort

  9. javascript built-in: array: sort: stable sorting

  10. javascript built-in: array: tosorted

  11. javascript built-in: typedarray: sort

  12. javascript built-in: typedarray: tosorted

  13. ecmascript 2019 (es10)