Re: [blink-dev] Intent to Ship: Set methods

2024-01-03 Thread Mike Taylor
It seems like Firefox hasn't actually shipped this yet (https://bugzilla.mozilla.org/show_bug.cgi?id=1868423), but LGTM3. On 1/3/24 11:52 AM, Alex Russell wrote: LGTM2 On Wednesday, January 3, 2024 at 8:49:57 AM UTC-8 Chris Harrelson wrote: LGTM1 On Tue, Jan 2, 2024 at 12:57 PM

Re: [blink-dev] Intent to Ship: Set methods

2024-01-03 Thread Alex Russell
LGTM2 On Wednesday, January 3, 2024 at 8:49:57 AM UTC-8 Chris Harrelson wrote: > LGTM1 > > On Tue, Jan 2, 2024 at 12:57 PM Rezvan Mahdavi Hezaveh < > rez...@chromium.org> wrote: > >> Hi Vladimir, >> >> Yes, that's right. Firefox and Safari shipping/shipped set methods. >> >> Bests, >> Rezvan >>

Re: [blink-dev] Intent to Ship: Set methods

2024-01-03 Thread Chris Harrelson
LGTM1 On Tue, Jan 2, 2024 at 12:57 PM Rezvan Mahdavi Hezaveh wrote: > Hi Vladimir, > > Yes, that's right. Firefox and Safari shipping/shipped set methods. > > Bests, > Rezvan > > On Tue, Jan 2, 2024 at 11:04 AM Vladimir Levin wrote: > >> >> >> On Tue, Jan 2, 2024 at 1:51 PM Rezvan Mahdavi

Re: [blink-dev] Intent to Ship: Set methods

2024-01-02 Thread Rezvan Mahdavi Hezaveh
Hi Vladimir, Yes, that's right. Firefox and Safari shipping/shipped set methods. Bests, Rezvan On Tue, Jan 2, 2024 at 11:04 AM Vladimir Levin wrote: > > > On Tue, Jan 2, 2024 at 1:51 PM Rezvan Mahdavi Hezaveh > wrote: > >> Contact emailsrez...@chromium.org, s...@chromium.org >> >>

Re: [blink-dev] Intent to Ship: Set methods

2024-01-02 Thread 'Vladimir Levin' via blink-dev
On Tue, Jan 2, 2024 at 1:51 PM Rezvan Mahdavi Hezaveh wrote: > Contact emailsrez...@chromium.org, s...@chromium.org > > ExplainerNone > > Specificationhttps://tc39.es/proposal-set-methods > > Summary > > Set methods are new methods like union and intersection that are added to > JavaScript's

[blink-dev] Intent to Ship: Set methods

2024-01-02 Thread Rezvan Mahdavi Hezaveh
Contact emailsrez...@chromium.org, s...@chromium.org ExplainerNone Specificationhttps://tc39.es/proposal-set-methods Summary Set methods are new methods like union and intersection that are added to JavaScript's built-in `Set` class. Blink componentBlink>JavaScript>Language