- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 12 Sep 2019 05:53:40 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 September 2019 12:54:02 UTC
```js signal = new AbortController().signal; Object.defineProperty(signal, "aborted", { value: 1 }) console.log(signal.aborted); // 1 ``` -- 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/784#issuecomment-530811250
Received on Thursday, 12 September 2019 12:54:02 UTC