Re: [blink-dev] Intent to Ship: Error.isError

2025-01-07 Thread Daniel Bratell
LGTM3 /Daniel On 2025-01-07 11:49, Yoav Weiss (@Shopify) wrote: LGTM2 On Mon, Jan 6, 2025 at 8:09 PM Mike Taylor wrote: LGTM1 On 1/6/25 12:51 PM, Chromestatus wrote: Contact emails s...@chromium.org Explainer None Specification

Re: [blink-dev] Intent to Ship: Error.isError

2025-01-07 Thread Yoav Weiss (@Shopify)
LGTM2 On Mon, Jan 6, 2025 at 8:09 PM Mike Taylor wrote: > LGTM1 > On 1/6/25 12:51 PM, Chromestatus wrote: > > Contact emails s...@chromium.org > > Explainer None > > Specification https://tc39.es/proposal-is-error > > Summary > > Adds the Error.isError(obj) static method. It returns true for JS

Re: [blink-dev] Intent to Ship: Error.isError

2025-01-06 Thread Mike Taylor
LGTM1 On 1/6/25 12:51 PM, Chromestatus wrote: Contact emails s...@chromium.org Explainer None Specification https://tc39.es/proposal-is-error Summary Adds the Error.isError(obj) static method. It returns true for JS native errors and DOMExceptions, an

[blink-dev] Intent to Ship: Error.isError

2025-01-06 Thread Chromestatus
Contact emails s...@chromium.org Explainer None Specification https://tc39.es/proposal-is-error Summary Adds the Error.isError(obj) static method. It returns true for JS native errors and DOMExceptions, and false otherwise. Blink component Blink>JavaScript>Language TAG review None TA