Re: [whatwg/dom] Add a way to identify Abort errors originating from controllers (Issue #1033)

Hmm, it's not actually possible to brand all reason values, as any non-`undefined` value is a valid reason. `ac.abort(false)` is expected to be reject with `false`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1033#issuecomment-974821185

Received on Sunday, 21 November 2021 13:49:58 UTC