Intent to Implement and Ship: Promise.any

2019-11-14 Thread Jason Orendorff
We intend to implement and ship Promise.any, a proposed way to `await` several promises and continue as soon as any of them becomes fulfilled. André Bargull [:anba] has contributed patches implementing this feature. It will land in Nightly soon. We'll ship it once we're confident the

Intent to Ship: String.prototype.replaceAll()

2019-11-14 Thread Jason Orendorff
String.prototype.replaceAll() is a convenience method for text processing. André Bargull [:anba] contributed the implementation of this feature. It's in Nightly now. The proposal is at Stage 3 of the TC39 Process[1]. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1540021 Proposed standard: