Open
Description
This proposal got stage 4 at the March 2019 meeting, and is not yet implemented in js-sys
.
Note that this will also require adding Symbol.matchAll
(spec text, MDN docs). In theory it might also require adding RegExp.prototype[@@matchAll]
, but I see the other RegExp.prototype[symbol]
methods are also missing (@@match
, @@replace
, @@search
, @@split
), so perhaps that could be addressed separately.