It seems like shipped in 136; should we update the milestone if so?
https://chromiumdash.appspot.com/commit/bb205a92ead761e2532c07f87c3c0f9223f69112
--
You received this message because you are subscribed to the Google Groups
"blink-dev" group.
To unsubscribe from this group and stop receiving e
LGTM3
On Tue, Feb 25, 2025 at 2:22 PM Domenic Denicola
wrote:
> LGTM2
>
> On Mon, Feb 24, 2025 at 11:52 PM Mike Taylor
> wrote:
>
>> LGTM1
>> On 2/21/25 7:38 PM, Chromestatus wrote:
>>
>> Contact emails s...@chromium.org
>>
>> Explainer None
>>
>> Specification https://tc39.es/proposal-regex-e
LGTM2
On Mon, Feb 24, 2025 at 11:52 PM Mike Taylor wrote:
> LGTM1
> On 2/21/25 7:38 PM, Chromestatus wrote:
>
> Contact emails s...@chromium.org
>
> Explainer None
>
> Specification https://tc39.es/proposal-regex-escaping
>
> Summary
>
> RegExp.escape is a static method that takes a string and r
LGTM1
On 2/21/25 7:38 PM, Chromestatus wrote:
Contact emails
s...@chromium.org
Explainer
None
Specification
https://tc39.es/proposal-regex-escaping
Summary
RegExp.escape is a static method that takes a string and returns an
escaped version that may be
Contact emails
s...@chromium.org
Explainer
None
Specification
https://tc39.es/proposal-regex-escaping
Summary
RegExp.escape is a static method that takes a string and returns an escaped
version that may be used as a pattern inside a regular expression. For example,
copied from the proposal