- From: Michal Mocny <notifications@github.com>
- Date: Wed, 20 Nov 2024 11:24:48 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 November 2024 19:24:52 UTC
> I am not sure when that became the case as the issue title is Proposal: asynchronous event listeners and the first presented example is a click event. Yes the example uses click, but the very first paragraph says the scope of the proposal: > Currently there is no way to signal to the platform, that **an event listener should be invoked asynchronously after the platform would ordinarily do so**, saving the event listener's invocation for a less-busy/contentious time, in terms of task scheduling and execution Then, the code comments inside the first example say: ```js // e.preventDefault() does not work here❗ ``` I do agree that some important details were implied, and that the name "asynchronous event dispatch" can mean a lot of powerful things for a lot of folks. Hence my trying to decouple the use cases. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1308#issuecomment-2489376794 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1308/2489376794@github.com>
Received on Wednesday, 20 November 2024 19:24:52 UTC